public class ParserException
extends java.lang.Exception
Modifier and Type | Class and Description |
---|---|
static class |
ParserException.UnrecognizedFileFormat
May signal that the content being currently parsed does not correspond to
any recognized/supported format
|
Constructor and Description |
---|
ParserException(java.lang.Exception ex)
Convenient constructor for wrapping an Exception into a ParserException
|
ParserException(java.lang.String message) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage() |
protected java.lang.String |
localize(java.lang.String str)
Return a localized version of the given string, by relying on the currently installed
jpicedt.Localizer.
|
Submit a bug : syd@jpicedt.org