Package org.analogweb.core
Class ResponseEvaluationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.analogweb.core.ApplicationRuntimeException
-
- org.analogweb.core.ResponseEvaluationException
-
- All Implemented Interfaces:
Serializable
public class ResponseEvaluationException extends ApplicationRuntimeException
- Author:
- snowgoose
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResponseEvaluationException(Throwable cause, Renderable result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Renderable
getActionResult()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ResponseEvaluationException
public ResponseEvaluationException(Throwable cause, Renderable result)
-
-
Method Detail
-
getActionResult
public Renderable getActionResult()
-
-