Class TAFFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- net.automatalib.serialization.FormatException
-
- net.automatalib.serialization.taf.parser.TAFFormatException
-
- All Implemented Interfaces:
Serializable
public class TAFFormatException extends FormatException
Exception to signal fatal errors during parsing TAF inputs.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TAFFormatException(String message)
TAFFormatException(String message, Throwable cause)
TAFFormatException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-