org.apache.commons.ognl.enhance
Class UnsupportedCompilationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.ognl.enhance.UnsupportedCompilationException
- All Implemented Interfaces:
- Serializable
public class UnsupportedCompilationException
- extends 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 |
UnsupportedCompilationException
public UnsupportedCompilationException(String message)
UnsupportedCompilationException
public UnsupportedCompilationException(String message,
Throwable cause)
Copyright © 1997-2013 The Apache Software Foundation. All Rights Reserved.