Package edu.uky.ai.io

Class FormatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.uky.ai.io.FormatException
All Implemented Interfaces:
java.io.Serializable

public class FormatException
extends java.lang.RuntimeException
A format exception is thrown when the input to a Parser is improperly formatted.
Author:
Stephen G. Ware
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    FormatException​(java.lang.String message)
    Constructs a new format exception with the given message.
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • FormatException

      public FormatException​(java.lang.String message)
      Constructs a new format exception with the given message.
      Parameters:
      message - the message