org.apache.openjpa.lib.util
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.lang.exception.NestableRuntimeException
org.apache.openjpa.lib.util.ParseException
- All Implemented Interfaces:
- java.io.Serializable, org.apache.commons.lang.exception.Nestable
public class ParseException
- extends org.apache.commons.lang.exception.NestableRuntimeException
Exception type for parse errors.
- Since:
- 0.4.0
- Author:
- Abe White
- See Also:
- Serialized Form
Fields inherited from class org.apache.commons.lang.exception.NestableRuntimeException |
delegate |
Methods inherited from class org.apache.commons.lang.exception.NestableRuntimeException |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ParseException
public ParseException()
ParseException
public ParseException(java.lang.String msg)
ParseException
public ParseException(Localizer.Message msg)
ParseException
public ParseException(java.lang.Throwable cause)
ParseException
public ParseException(java.lang.String msg,
java.lang.Throwable cause)
ParseException
public ParseException(Localizer.Message msg,
java.lang.Throwable cause)
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.