net.sf.jga.parser
Class UncheckedParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
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 |
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.