Class SimulationHiccupException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.IllegalStateException
                          |
                          +--SimulationHiccupException
All Implemented Interfaces:
Serializable

public class SimulationHiccupException
extends IllegalStateException

A runtime exception indicating that a simulation has managed to get itself in an illegal state or has tried to process something it doesn't understand. Generally due to an error in the simulation or its programmed use. See the generated exceptions's message for more details.

Version:
Mar 4, 2005
Author:
Zach Tomaszewski
See Also:
Serialized Form

Constructor Summary
SimulationHiccupException()
           
SimulationHiccupException(String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimulationHiccupException

public SimulationHiccupException()

SimulationHiccupException

public SimulationHiccupException(String message)