Package | Description |
---|---|
desmoj.core.exception |
Exceptions for interrupting processes and for internal simulation control.
|
desmoj.extensions.space3D |
Objects in a 3D space and relevant motion operations.
|
Modifier and Type | Method and Description |
---|---|
ErrorMessage |
DESMOJException.getErrorMessage()
Returns the error message describing the circumstances leading to this
exception being thrown.
|
Constructor and Description |
---|
DESMOJException(ErrorMessage message)
Constructs a standard DESMO-J exception with an error message needed to
properly describe what error occurred, where it occurred, what reasons
could be responsible for it and what could be done to prevent this error
from occurring.
|
DESMOJException(ErrorMessage message,
java.lang.Throwable cause)
Constructs a standard DESMO-J exception with an error message needed to
properly describe what error occurred, where it occurred, what reasons
could be responsible for it and what could be done to prevent this error
from occurring.
|
SimAbortedException(ErrorMessage message)
Creates a new SimAbortedException declaring the reason for the aborted
simulation run in the contents of the error message given as a parameter.
|
Constructor and Description |
---|
IllegalMoveException(ErrorMessage message)
Constructs an IllegalMoveException.
|