Uses of Class
eu.simuline.octave.exception.OctaveException
-
Packages that use OctaveException Package Description eu.simuline.octave.exception The exceptions here are still very closely 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. -
-
Uses of OctaveException in eu.simuline.octave.exception
Subclasses of OctaveException in eu.simuline.octave.exception Modifier and Type Class 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 inOctaveEngine.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. -
Uses of OctaveException in eu.simuline.octave.exec
Methods in eu.simuline.octave.exec that return OctaveException Modifier and Type Method Description private OctaveException
OctaveExec. reInstException(OctaveException exc)
Used byOctaveExec.getFromFuture(Future)
to re-instantiate anOctaveException
if this occurs as the cause of anExecutionException
.Methods in eu.simuline.octave.exec with parameters of type OctaveException Modifier and Type Method Description private OctaveException
OctaveExec. reInstException(OctaveException exc)
Used byOctaveExec.getFromFuture(Future)
to re-instantiate anOctaveException
if this occurs as the cause of anExecutionException
.
-