com.steptools.stdev
Class TypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.steptools.stdev.STDevRuntimeException
                  extended by com.steptools.stdev.TypeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
EntityCastException

public class TypeException
extends STDevRuntimeException

Thrown when an attemt is made to set a value to an incompatibe type

See Also:
Serialized Form

Constructor Summary
TypeException(java.lang.Exception cause)
           
TypeException(java.lang.String message)
           
TypeException(java.lang.String message, java.lang.Exception 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

TypeException

public TypeException(java.lang.String message)

TypeException

public TypeException(java.lang.Exception cause)

TypeException

public TypeException(java.lang.String message,
                     java.lang.Exception cause)