Package ognl.enhance
Class UnsupportedCompilationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ognl.enhance.UnsupportedCompilationException
- All Implemented Interfaces:
Serializable
Thrown during bytecode enhancement conversions of ognl expressions to indicate
that a certain expression isn't currently supported as a pure java bytecode enhanced
version.
If this exception is thrown it is expected that ognl will fall back to default ognl evaluation of the expression.
- Author:
- jkuhnert
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedCompilationException
(String message) UnsupportedCompilationException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedCompilationException
-
UnsupportedCompilationException
-