dsto.dfc.util
Class InvalidFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by dsto.dfc.util.InvalidFormatException
All Implemented Interfaces:
Serializable

public class InvalidFormatException
extends IOException

Used to indicate an invalid format, eg while parsing a document and finding an invalid field value. Extends IOException to make it easier for clients to treat format errors in the same way as any other failure to read data.

Version:
$Revision$
Author:
mpp
See Also:
IllegalFormatException, Serialized Form

Constructor Summary
InvalidFormatException(String message)
           
InvalidFormatException(String message, Throwable ex)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidFormatException

public InvalidFormatException(String message)

InvalidFormatException

public InvalidFormatException(String message,
                              Throwable ex)


Copyright © 2008 Commonwealth of Australia