Class FormatException

All Implemented Interfaces:
Serializable

public class FormatException extends RuntimeException
Describes an exceptional event such as the attempt to choose an illegal name for an identifier.
See Also:
  • Constructor Details

    • FormatException

      public FormatException()
    • FormatException

      public FormatException(String message, Throwable cause)
    • FormatException

      public FormatException(String message)
    • FormatException

      public FormatException(Throwable cause)