Package eu.simuline.octave.exception
Class OctaveParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- eu.simuline.octave.exception.OctaveException
-
- eu.simuline.octave.exception.OctaveRecoverableException
-
- eu.simuline.octave.exception.OctaveParseException
-
- All Implemented Interfaces:
Serializable
public class OctaveParseException extends OctaveRecoverableException
Exception thrown when parsing of the output from octave fails.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OctaveParseException()
Constructor.OctaveParseException(String message)
Constructor.OctaveParseException(String message, Throwable cause)
Constructor.OctaveParseException(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
-
OctaveParseException
public OctaveParseException()
Constructor.- See Also:
Throwable
-
OctaveParseException
public OctaveParseException(String message)
Constructor.- Parameters:
message
-- See Also:
Throwable
-
OctaveParseException
public OctaveParseException(Throwable cause)
Constructor.- Parameters:
cause
-- See Also:
Throwable
-
-