Package eu.simuline.octave.exception
Class OctaveIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- eu.simuline.octave.exception.OctaveException
-
- eu.simuline.octave.exception.OctaveNonrecoverableException
-
- eu.simuline.octave.exception.OctaveIOException
-
- All Implemented Interfaces:
Serializable
public class OctaveIOException extends OctaveNonrecoverableException
Exception thrown when IO errors happen, this will most likely be cause by the octave process dying.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OctaveIOException()
Constructor.OctaveIOException(String message)
Constructor.OctaveIOException(String message, Throwable cause)
Constructor.OctaveIOException(Throwable cause)
Constructor.
-
Method Summary
-
Methods inherited from class eu.simuline.octave.exception.OctaveException
isDestroyed, setDestroyed
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
OctaveIOException
public OctaveIOException()
Constructor.- See Also:
Throwable
-
OctaveIOException
public OctaveIOException(String message)
Constructor.- Parameters:
message
-- See Also:
Throwable
-
OctaveIOException
public OctaveIOException(Throwable cause)
Constructor.- Parameters:
cause
-- See Also:
Throwable
-
-