Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jpicedt.graphic.io.parser
Class ParserException.BeginGroupMismatch  view ParserException.BeginGroupMismatch download ParserException.BeginGroupMismatch.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjpicedt.graphic.io.parser.ParserException
              extended byjpicedt.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 Class Summary
 
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
 
Field Summary
 
Fields inherited from class jpicedt.graphic.io.parser.ParserException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ParserException.BeginGroupMismatch(Context c, AbstractRegularExpression expr)
           
 
Methods inherited from class jpicedt.graphic.io.parser.ParserException
getLocale, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParserException.BeginGroupMismatch

public ParserException.BeginGroupMismatch(Context c,
                                          AbstractRegularExpression expr)