ix.isim
Class SimulationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ix.isim.SimulationException
All Implemented Interfaces:
java.io.Serializable

public class SimulationException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
SimulationException()
           
SimulationException(java.lang.String message)
           
SimulationException(java.lang.String message, java.lang.Throwable cause)
           
SimulationException(java.lang.Throwable cause)
           
 
Method Summary
 
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

SimulationException

public SimulationException()

SimulationException

public SimulationException(java.lang.String message)

SimulationException

public SimulationException(java.lang.Throwable cause)

SimulationException

public SimulationException(java.lang.String message,
                           java.lang.Throwable cause)