org.xwiki.rendering.parser
public class ParseException extends Exception
| Constructor and Description |
|---|
ParseException(String message)
Construct a new ParseException with the specified detail message.
|
ParseException(String message,
Throwable throwable)
Construct a new ParseException with the specified detail message and cause.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParseException(String message)
message - The detailed message. This can later be retrieved by the Throwable.getMessage() method.public ParseException(String message, Throwable throwable)
message - The detailed message. This can later be retrieved by the Throwable.getMessage() method.throwable - the cause. This can be retrieved later by the Throwable.getCause() method. (A null value
is permitted, and indicates that the cause is nonexistent or unknown)Copyright © 2004-2013 XWiki. All Rights Reserved.