ST-Developer Java Reference

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:
Serializable
Direct Known Subclasses:
DuplicatePopulationIDException, ModelMemberException, NotInModelException, SchemaStructureException, ShouldNotHappenException

public class STDevRuntimeException
extends RuntimeException

Base for all ST-Developer runtime exception

See Also:
Serialized Form

Constructor Summary
STDevRuntimeException(String reason)
           
STDevRuntimeException(String message, Throwable cause)
           
STDevRuntimeException(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

STDevRuntimeException

public STDevRuntimeException(String reason)

STDevRuntimeException

public STDevRuntimeException(String message,
                             Throwable cause)

STDevRuntimeException

public STDevRuntimeException(Throwable cause)

ST-Developer Java Reference