References > Creo Schematics 4.0 API Guide > The Design Package > Exception RSDException
  
Exception RSDException
Instances of this exception class are thrown by the Routed Systems DesignerJava API.
public class RSDException
extends Exception
This class implements the Serializable interface.
Hierarchical Diagram
All Implemented Interfaces
Serializable
Direct Known Subclasses
None
Constructor
Construct an RSDException without a detailed message.
public RSDException()
Construct an RSDException with a detailed message.
public RSDException(Strings)
where s is the detail to include in the exception.
Methods
None
Methods Inherited
The methods inherited from other classes are:
Class
Methods Inherited
java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait