net.sf.jga.parser
Class UncheckedParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.jga.parser.UncheckedParseException
All Implemented Interfaces:
java.io.Serializable

public class UncheckedParseException
extends java.lang.RuntimeException

Unchecked version of ParseException, generated by the static evaluation methods. The only cause that can be carried is a ParseException.

See Also:
Serialized Form

Constructor Summary
UncheckedParseException()
           
UncheckedParseException(ParseException x)
           
UncheckedParseException(java.lang.String message)
           
UncheckedParseException(java.lang.String message, ParseException x)
           
 
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

UncheckedParseException

public UncheckedParseException(ParseException x)

UncheckedParseException

public UncheckedParseException()

UncheckedParseException

public UncheckedParseException(java.lang.String message)

UncheckedParseException

public UncheckedParseException(java.lang.String message,
                               ParseException x)


Copyright © 2002-2006 David A. Hall. All Rights Reserved.