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
-
Constructor Details
-
FormatException
public FormatException(java.lang.String message)Constructs a new format exception with the given message.- Parameters:
message
- the message
-