org.apache.commons.ognl.enhance
Class UnsupportedCompilationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
UnsupportedCompilationException(String message)
           
UnsupportedCompilationException(String message, Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

UnsupportedCompilationException

public UnsupportedCompilationException(String message)

UnsupportedCompilationException

public UnsupportedCompilationException(String message,
                                       Throwable cause)


Copyright © 1997-2013 The Apache Software Foundation. All Rights Reserved.