Package ognl.enhance

Class 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:
  • Constructor Details

    • UnsupportedCompilationException

      public UnsupportedCompilationException(String message)
    • UnsupportedCompilationException

      public UnsupportedCompilationException(String message, Throwable cause)