org.avis.util
Class InvalidFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
InvalidFormatException(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidFormatException

public InvalidFormatException(String message)


Copyright © 2008 Matthew Phillips. All Rights Reserved.