java.lang.Object
java.lang.Throwable
java.lang.Exception
jpicedt.graphic.io.parser.ParserException
jpicedt.graphic.io.parser.ParserException.BlockMismatch
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- ParserException
- public static class ParserException.BlockMismatch
- extends ParserException
signals that a closing delimiter has no matching opening delimiter (see EnclosingExpression)
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.BlockMismatch
public ParserException.BlockMismatch(Context c,
AbstractRegularExpression expr)