com.counterclaim.openefm.model
Class ModelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.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 |
|
|
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 |
nested
private java.lang.Throwable nested
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)
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.