|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JSimException | |
---|---|
cz.zcu.fav.kiv.jsim | This package provides basic classes for simulation creation and execution. |
cz.zcu.fav.kiv.jsim.ipc | This package provides classes for simulation of inter-process communication. |
Uses of JSimException in cz.zcu.fav.kiv.jsim |
---|
Subclasses of JSimException in cz.zcu.fav.kiv.jsim | |
---|---|
class |
JSimInvalidContextException
The JSimInvalidContextException is thrown whenever the user tries to call a method that cannot be invoked from the piece of code currently being executed. |
class |
JSimInvalidParametersException
The JSimInvalidParametersException is thrown whenever a method or a constructor of a J-Sim class receives arguments that cannot be used. |
class |
JSimInvalidProcessStateException
The JSimInvalidProcessStateException is thrown whenever an attempt is made to change a process's state with JSimProcess.setProcessState() but there is not a transition between the current and the desired state in the graph of J-Sim process states. |
class |
JSimMethodNotSupportedException
The JSimMethodNotSupportedException is thrown whenever the user tries to call a method that is not supported in the current simulation mode. |
class |
JSimSecurityException
The JSimSecurityException is thrown whenever the user tries to execute an action that is forbidden in the current simulation context. |
class |
JSimSimulationAlreadyTerminatedException
The JSimSimulationAlreadyTerminatedException is thrown whenever the user attempts to add a new process into a terminated simulation. |
class |
JSimTooManyHeadsException
The JSimTooManyHeadsException is thrown whenever J-Sim cannot add a new queue (JSimHead) into a simulation. |
class |
JSimTooManyProcessesException
The JSimTooManyProcessesException is thrown whenever J-Sim cannot add a new process into a simulation. |
Uses of JSimException in cz.zcu.fav.kiv.jsim.ipc |
---|
Subclasses of JSimException in cz.zcu.fav.kiv.jsim.ipc | |
---|---|
class |
JSimTooManySemaphoresException
The JSimTooManySemaphoresException is thrown whenever J-Sim cannot add a new semaphore (JSimSemaphore) into a simulation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |