com.steptools.stdev
Class STDevRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.steptools.stdev.STDevRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DuplicatePopulationIDException, ModelMemberException, SchemaStructureException, SelectTypeException, ShouldNotHappenException, TypeException

public class STDevRuntimeException
extends java.lang.RuntimeException

Base for all ST-Developer runtime exception

See Also:
Serialized Form

Constructor Summary
STDevRuntimeException(java.lang.String reason)
           
STDevRuntimeException(java.lang.String message, java.lang.Throwable cause)
           
STDevRuntimeException(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

STDevRuntimeException

public STDevRuntimeException(java.lang.String reason)

STDevRuntimeException

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

STDevRuntimeException

public STDevRuntimeException(java.lang.Throwable cause)