org.jactr.core.utils
Class ModelerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jactr.core.utils.ModelerException
All Implemented Interfaces:
java.io.Serializable

public class ModelerException
extends java.lang.RuntimeException

Thrown when an exception has occured that is probably the result of a modeling error and not a problem with the system.

Author:
harrison
See Also:
Serialized Form

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

ModelerException

public ModelerException(java.lang.String message,
                        java.lang.String explanation)
Parameters:
message -
explanation -

ModelerException

public ModelerException(java.lang.String message)
Constructor for the ModelerException object

Parameters:
message - Description of the Parameter

ModelerException

public ModelerException(java.lang.String message,
                        java.lang.Exception e)
Constructor for the ModelerException object

Parameters:
message - Description of the Parameter
e - Description of the Parameter

ModelerException

public ModelerException(java.lang.String message,
                        java.lang.Exception e,
                        java.lang.String explanation)
Constructor for the ModelerException object

Parameters:
message - Description of the Parameter
e - Description of the Parameter
explanation - Description of the Parameter
Method Detail

getActualException

public java.lang.Exception getActualException()
Gets the actualException attribute of the ModelerException object

Returns:
The actualException value

getExplanation

public java.lang.String getExplanation()
Gets the explanation attribute of the ModelerException object

Returns:
The explanation value