de.nava.informa.core
Class UnsupportedFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.nava.informa.core.ParseException
de.nava.informa.core.UnsupportedFormatException
- All Implemented Interfaces:
- Serializable
public class UnsupportedFormatException
- extends ParseException
An exception thrown when no appropiate parser is available for a
specific document instance.
- Author:
- Niko Schmuck (niko@nava.de)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsupportedFormatException
public UnsupportedFormatException()
UnsupportedFormatException
public UnsupportedFormatException(String message)
UnsupportedFormatException
public UnsupportedFormatException(Throwable cause)
Copyright © 2002-2007 Niko Schmuck.
All Rights Reserved.