Package jpicedt.graphic.io.parser
Class ParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jpicedt.graphic.io.parser.ParserException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ParserException.UnrecognizedFileFormat,REParserException
public class ParserException extends java.lang.ExceptionPlaceholder for the Exception class ; should serve as the base-class for any Exception related to parsing processes, and may be used as an Exception wrapper as well, e.g. for SAX generated Exception's.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classParserException.UnrecognizedFileFormatMay signal that the content being currently parsed does not correspond to any recognized/supported format
-
Constructor Summary
Constructors Constructor Description ParserException(java.lang.Exception ex)Convenient constructor for wrapping an Exception into a ParserExceptionParserException(java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMessage()protected java.lang.Stringlocalize(java.lang.String str)Return a localized version of the given string, by relying on the currently installed jpicedt.Localizer.
-