com.steptools.stdev
Class STDevException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.steptools.stdev.STDevException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DomainNotFoundException, DuplicateEIDException, DuplicateInstanceException, EnumerationNotFoundException, P21Exception, SchemaNotFoundException, SelectionNotFoundException

public class STDevException
extends java.lang.Exception

Base for all ST-Developer checked exceptions

See Also:
Serialized Form

Constructor Summary
STDevException(java.lang.String message)
           
STDevException(java.lang.String message, java.lang.Throwable cause)
           
STDevException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

STDevException

public STDevException(java.lang.String message)

STDevException

public STDevException(java.lang.String message,
                      java.lang.Throwable cause)

STDevException

public STDevException(java.lang.Throwable cause)