core
Class SimError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.AssertionError
              extended by core.SimError
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SettingsError

public class SimError
extends java.lang.AssertionError

Error in the simulation

See Also:
Serialized Form

Constructor Summary
SimError(java.lang.Exception e)
           
SimError(java.lang.String cause)
           
SimError(java.lang.String cause, java.lang.Exception e)
           
 
Method Summary
 java.lang.Exception getException()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimError

public SimError(java.lang.String cause)

SimError

public SimError(java.lang.String cause,
                java.lang.Exception e)

SimError

public SimError(java.lang.Exception e)
Method Detail

getException

public java.lang.Exception getException()