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

Quick Search    Search Deep

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

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjpicedt.graphic.io.parser.ParserException
              extended byjpicedt.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 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.BlockMismatch(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.BlockMismatch

public ParserException.BlockMismatch(Context c,
                                     AbstractRegularExpression expr)