com.newisys.eventsim
Class IllegalThreadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.newisys.eventsim.IllegalThreadException
- All Implemented Interfaces:
- Serializable
public class IllegalThreadException
- extends RuntimeException
Exception thrown by the simulation manager when a method is called from the
wrong thread. For example, calling SimulationManager.waitFor() from a thread
not registered with the simulation manager (i.e. a thread created directly
by calling new Thread()) results in this exception being thrown.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IllegalThreadException
public IllegalThreadException()
IllegalThreadException
public IllegalThreadException(String message)
IllegalThreadException
public IllegalThreadException(Throwable cause)
IllegalThreadException
public IllegalThreadException(String message,
Throwable cause)