org.apache.openjpa.lib.util
public class ParseException extends org.apache.commons.lang.exception.NestableRuntimeException
Constructor and Description |
---|
ParseException() |
ParseException(Localizer.Message msg) |
ParseException(Localizer.Message msg,
java.lang.Throwable cause) |
ParseException(java.lang.String msg) |
ParseException(java.lang.String msg,
java.lang.Throwable cause) |
ParseException(java.lang.Throwable cause) |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
public ParseException()
public ParseException(java.lang.String msg)
public ParseException(Localizer.Message msg)
public ParseException(java.lang.Throwable cause)
public ParseException(java.lang.String msg, java.lang.Throwable cause)
public ParseException(Localizer.Message msg, java.lang.Throwable cause)