it.stefanochizzolini.clown.tokens
Class FileFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
it.stefanochizzolini.clown.tokens.FileFormatException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- FontFileFormatException
public class FileFormatException
- extends Exception
Exception thrown in case of bad file format detection.
- Author:
- Stefano Chizzolini (http://www.stefanochizzolini.it)
- See Also:
- Serialized Form
Method Summary |
long |
getPosition()
Gets the file pointer position before which the exception has occurred. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FileFormatException
public FileFormatException(String message,
long position)
FileFormatException
public FileFormatException(String message,
Throwable cause,
long position)
getPosition
public long getPosition()
- Gets the file pointer position before which the exception has occurred.
Project home page
Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.