See: Description
| Exception | Description |
|---|---|
| OctaveCastServiceException |
Exception thrown when class cast service is inconsistent in a way.
|
| OctaveClassCastException |
Exception thrown when a cast fails inside JavaOctave.
|
| OctaveEvalException |
Exception thrown when evaluation of an octave statement
in
OctaveEngine.eval(String) fails. |
| OctaveException |
Base exception class for the JavaOctave project.
|
| OctaveInterruptedException |
Exception thrown when class cast service is inconsistent in a way.
|
| OctaveIOException |
Exception thrown when IO errors happen,
this will most likely be cause by the octave process dying.
|
| 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.
|
| OctaveParseException |
Exception thrown when parsing of the output from octave fails.
|
| OctaveRecoverableException |
An exception in the Octave engine that did not break the octave process.
|
I need more experience with the current exception before I do the rewrite.
I expect to get down to three kinds of exception:
Copyright © 2006–2018 Simuline Organization (l2r). All rights reserved.