ognl.enhance
Class UnsupportedCompilationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ognl.enhance.UnsupportedCompilationException
- All Implemented Interfaces:
- java.io.Serializable
public class UnsupportedCompilationException
- extends java.lang.RuntimeException
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:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UnsupportedCompilationException
public UnsupportedCompilationException(java.lang.String message)
UnsupportedCompilationException
public UnsupportedCompilationException(java.lang.String message,
java.lang.Throwable cause)