public abstract class OctaveException extends RuntimeException
setDestroyed(boolean) and isDestroyed().
Note that derived classes shall implement all constructors ****.| Modifier and Type | Field and Description |
|---|---|
private boolean |
destroyed
Set to true on exceptions thrown from an Octave object
when the reason for the exception is that the object has
been asked to destroy its octave process.
|
| Constructor and Description |
|---|
OctaveException()
Constructor.
|
OctaveException(String message)
Constructor.
|
OctaveException(String message,
Throwable cause)
Constructor
required by
OctaveExec.reInstException(OctaveException). |
OctaveException(Throwable cause)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDestroyed() |
void |
setDestroyed(boolean destroyed) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate boolean destroyed
public OctaveException()
Throwablepublic OctaveException(String message)
message - Throwablepublic OctaveException(Throwable cause)
cause - Throwablepublic OctaveException(String message, Throwable cause)
OctaveExec.reInstException(OctaveException).message - cause - ThrowableCopyright © 2006–2018 Simuline Organization (l2r). All rights reserved.