java.lang.Object
java.lang.Throwable
java.lang.Exception
jpicedt.graphic.io.parser.ParserException
jpicedt.graphic.io.parser.ParserException.BeginGroupMismatch
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- ParserException
- public static class ParserException.BeginGroupMismatch
- extends ParserException
signals that a "begin group" has no matching "end group"
Nested classes inherited from class jpicedt.graphic.io.parser.ParserException |
ParserException.BeginGroupMismatch, ParserException.BlockMismatch, ParserException.EndGroupMismatch, ParserException.EndOfPicture, ParserException.EndOfPictureNotFound, ParserException.EOF, ParserException.IncompleteSequence, ParserException.NotFoundInFile, ParserException.NumberFormat, ParserException.NumberSign, ParserException.SyntaxError |
Nested classes inherited from class java.lang.Throwable |
|
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
ParserException.BeginGroupMismatch
public ParserException.BeginGroupMismatch(Context c,
AbstractRegularExpression expr)