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.

See Also:
  • Field Details

  • Constructor Details

    • UnsupportedCompilationException

      public UnsupportedCompilationException(String message)
    • UnsupportedCompilationException

      public UnsupportedCompilationException(String message, Throwable cause)