public class ParseException
extends org.apache.commons.lang.exception.NestableRuntimeException
Constructor and Description |
---|
ParseException() |
ParseException(Localizer.Message msg) |
ParseException(Localizer.Message msg,
Throwable cause) |
ParseException(String msg) |
ParseException(String msg,
Throwable cause) |
ParseException(Throwable cause) |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public ParseException()
public ParseException(String msg)
public ParseException(Localizer.Message msg)
public ParseException(Throwable cause)
public ParseException(Localizer.Message msg, Throwable cause)
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.