dsto.dfc.util
Class InvalidFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidFormatException
public InvalidFormatException(String message)
InvalidFormatException
public InvalidFormatException(String message,
Throwable ex)
Copyright © 2008 Commonwealth of Australia