Object-oriented Parser System
v3.6

mops
Class ParserException

Object
  extended by Throwable
      extended by Exception
          extended by ParserException
All Implemented Interfaces:
Serializable

public class ParserException
extends Exception

thrown on abuse only. Parsing failures are reported as Result.

See Also:
Serialized Form

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

Constructor Detail

ParserException

public ParserException(String message)


(c) 2008 Axel T. Schreiner