asd
Class ASDParserAdvanceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by asd.ASDParserAdvanceException
All Implemented Interfaces:
java.io.Serializable

public class ASDParserAdvanceException
extends java.lang.Exception

Exceptions that may be useful in particular pragmatic applications to tell the application that an attempt to advance the parse has failed. These can be thrown by methods in the application. They assume that the application is driving the parser with the parser's advance() and backup() methods, not with its parse() method. They should be caught by the application's own parse driver.

See Also:
Serialized Form

Constructor Summary
ASDParserAdvanceException()
           
ASDParserAdvanceException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASDParserAdvanceException

public ASDParserAdvanceException()

ASDParserAdvanceException

public ASDParserAdvanceException(java.lang.String message)