de.nava.informa.core
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.nava.informa.core.ParseException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- UnsupportedFormatException
public class ParseException
- extends Exception
Exception which is thrown if a syntax problem is encountered while a document
instance (like a channel description) is read in.
- 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 |
ParseException
public ParseException()
ParseException
public ParseException(String message)
ParseException
public ParseException(Throwable cause)
Copyright © 2002-2007 Niko Schmuck.
All Rights Reserved.