public class ParseException extends RuntimeException
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) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, 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–2022 Apache Software Foundation. All rights reserved.