Class FormatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.automatalib.exception.FormatException
All Implemented Interfaces:
Serializable

public class FormatException extends Exception
An exception that may be thrown when encountering an invalid format while de-serializing entities such as automata models or formulas.
See Also:
  • Constructor Details

    • FormatException

      public FormatException()
    • FormatException

      public FormatException(String message, Throwable cause)
    • FormatException

      public FormatException(String message)
    • FormatException

      public FormatException(Throwable cause)