org.avis.util
Class InvalidFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.avis.util.InvalidFormatException
- All Implemented Interfaces:
- Serializable
public class InvalidFormatException
- extends Exception
Thrown when a parsing process detects some sort of invalid format
in its input.
- Author:
- Matthew Phillips
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidFormatException
public InvalidFormatException(String message)
Copyright © 2008 Matthew Phillips. All Rights Reserved.