com.counterclaim.openefm.model
Class ModelException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.counterclaim.openefm.model.ModelException
All Implemented Interfaces:
java.io.Serializable

public class ModelException
extends java.lang.Exception

See Also:
Serialized Form
 

Field Summary
private  java.lang.Throwable nested
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ModelException()
           
ModelException(java.lang.Exception nestedEx)
           
ModelException(java.lang.String msg)
           
ModelException(java.lang.String msg, java.lang.Throwable nested)
           
 
Method Summary
 java.lang.String getMessage()
          Returns the detail message, including the message from the nested exception if there is one.
 java.lang.Throwable getNestedException()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

nested

private java.lang.Throwable nested
Constructor Detail

ModelException

public ModelException()

ModelException

public ModelException(java.lang.String msg)

ModelException

public ModelException(java.lang.Exception nestedEx)

ModelException

public ModelException(java.lang.String msg,
                      java.lang.Throwable nested)
Method Detail

getNestedException

public java.lang.Throwable getNestedException()

getMessage

public java.lang.String getMessage()
Returns the detail message, including the message from the nested exception if there is one.


toString

public java.lang.String toString()


Copyright © 2002 counterclaim.com. All Rights Reserved.