public class ExpressionParseException extends RuntimeException
RuntimeException is raised when the the template processor
encounters an issue parsing the URI template expression. It indicates
the expression is malformed.| Constructor and Description |
|---|
ExpressionParseException()
Create a new InvalidExpressionException.
|
ExpressionParseException(String message)
Create a new InvalidExpressionException.
|
ExpressionParseException(String message,
Throwable cause)
Create a new InvalidExpressionException.
|
ExpressionParseException(Throwable cause)
Create a new InvalidExpressionException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExpressionParseException()
public ExpressionParseException(String message, Throwable cause)
message - cause - public ExpressionParseException(String message)
message - public ExpressionParseException(Throwable cause)
cause - Copyright © April 30, 2012-2012 Ryan J. McDonough. All Rights Reserved.