java.lang.Object
java.lang.Throwable
java.lang.Exception
net.automatalib.exception.FormatException
- All Implemented Interfaces:
Serializable
An exception that may be thrown when encountering an invalid format while de-serializing entities such as automata
models or formulas.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFormatException(String message) FormatException(String message, Throwable cause) FormatException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FormatException
public FormatException() -
FormatException
-
FormatException
-
FormatException
-