| Package | Description |
|---|---|
| eu.simuline.octave.exception |
The exceptions here are still very close tied to the implementation
of the JavaOctave package, it would be better if they were more related
to what the use of the Octave object needed.
|
| eu.simuline.octave.exec |
Classes related with executing octave.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OctaveCastServiceException
Exception thrown when class cast service is inconsistent in a way.
|
class |
OctaveClassCastException
Exception thrown when a cast fails inside JavaOctave.
|
class |
OctaveEvalException
Exception thrown when evaluation of an octave statement
in
OctaveEngine.eval(String) fails. |
class |
OctaveInterruptedException
Exception thrown when class cast service is inconsistent in a way.
|
class |
OctaveIOException
Exception thrown when IO errors happen,
this will most likely be cause by the octave process dying.
|
class |
OctaveNonrecoverableException
An exception in the Octave engine that did break the octave process,
any action on the Octave object now will cause a
new OctaveNonrecoverableException.
|
class |
OctaveParseException
Exception thrown when parsing of the output from octave fails.
|
class |
OctaveRecoverableException
An exception in the Octave engine that did not break the octave process.
|
| Modifier and Type | Method and Description |
|---|---|
private OctaveException |
OctaveExec.reInstException(OctaveException exc)
Used by
OctaveExec.getFromFuture(Future)
to reinstantiate an OctaveException
if this occurs as the cause of an ExecutionException. |
| Modifier and Type | Method and Description |
|---|---|
private OctaveException |
OctaveExec.reInstException(OctaveException exc)
Used by
OctaveExec.getFromFuture(Future)
to reinstantiate an OctaveException
if this occurs as the cause of an ExecutionException. |
Copyright © 2006–2018 Simuline Organization (l2r). All rights reserved.