Package jpicedt.graphic.io.parser
Class ParserException.UnrecognizedFileFormat
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jpicedt.graphic.io.parser.ParserException
-
- jpicedt.graphic.io.parser.ParserException.UnrecognizedFileFormat
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ParserException
public static class ParserException.UnrecognizedFileFormat extends ParserException
May signal that the content being currently parsed does not correspond to any recognized/supported format- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jpicedt.graphic.io.parser.ParserException
ParserException.UnrecognizedFileFormat
-
-
Constructor Summary
Constructors Constructor Description UnrecognizedFileFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()-
Methods inherited from class jpicedt.graphic.io.parser.ParserException
getMessage, localize
-
-