Java org.springframework.expression EvaluationException fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.expression EvaluationException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.expression EvaluationException.

The text is from its open source code.

Constructor

EvaluationException(String message, Throwable cause)
Create a new expression evaluation exception.
EvaluationException(int position, String message)
Create a new expression evaluation exception.
EvaluationException(String expressionString, String message)
Create a new expression evaluation exception.
EvaluationException(String message)
Create a new expression evaluation exception.

Method

ThrowablegetCause()
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
StringgetMessage()
Return the exception message.