|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.apache.commons.lang.exception.NestableRuntimeException org.apache.openjpa.lib.util.ParseException
public class ParseException
Exception type for parse errors.
Field Summary |
---|
Fields inherited from class org.apache.commons.lang.exception.NestableRuntimeException |
---|
delegate |
Constructor Summary | |
---|---|
ParseException()
|
|
ParseException(Localizer.Message msg)
|
|
ParseException(Localizer.Message msg,
Throwable cause)
|
|
ParseException(String msg)
|
|
ParseException(String msg,
Throwable cause)
|
|
ParseException(Throwable cause)
|
Method Summary |
---|
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 |
Constructor Detail |
---|
public ParseException()
public ParseException(String msg)
public ParseException(Localizer.Message msg)
public ParseException(Throwable cause)
public ParseException(String msg, Throwable cause)
public ParseException(Localizer.Message msg, Throwable cause)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |