Package net.automatalib.serialization
Class FormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- net.automatalib.serialization.FormatException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FSMFormatException
,TAFFormatException
public class FormatException extends IllegalArgumentException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormatException()
FormatException(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
-
-