Uses of Package
eu.simuline.octave.exception
-
Packages that use eu.simuline.octave.exception 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. -
Classes in eu.simuline.octave.exception used by eu.simuline.octave.exception Class Description OctaveException Base exception class for the JavaOctave project.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.OctaveRecoverableException An exception in the Octave engine that did not break the octave process. -
Classes in eu.simuline.octave.exception used by eu.simuline.octave.exec Class Description OctaveException Base exception class for the JavaOctave project.