|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jactr.core.utils.ModelerException
public class ModelerException
Thrown when an exception has occured that is probably the result of a modeling error and not a problem with the system.
| Constructor Summary | |
|---|---|
ModelerException(java.lang.String message)
Constructor for the ModelerException object |
|
ModelerException(java.lang.String message,
java.lang.Exception e)
Constructor for the ModelerException object |
|
ModelerException(java.lang.String message,
java.lang.Exception e,
java.lang.String explanation)
Constructor for the ModelerException object |
|
ModelerException(java.lang.String message,
java.lang.String explanation)
|
|
| Method Summary | |
|---|---|
java.lang.Exception |
getActualException()
Gets the actualException attribute of the ModelerException object |
java.lang.String |
getExplanation()
Gets the explanation attribute of the ModelerException object |
| 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 |
|---|
public ModelerException(java.lang.String message,
java.lang.String explanation)
message - explanation - public ModelerException(java.lang.String message)
message - Description of the Parameter
public ModelerException(java.lang.String message,
java.lang.Exception e)
message - Description of the Parametere - Description of the Parameter
public ModelerException(java.lang.String message,
java.lang.Exception e,
java.lang.String explanation)
message - Description of the Parametere - Description of the Parameterexplanation - Description of the Parameter| Method Detail |
|---|
public java.lang.Exception getActualException()
public java.lang.String getExplanation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||