org.apache.aries.proxy
Class FinalModifierException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.aries.proxy.UnableToProxyException
              extended by org.apache.aries.proxy.FinalModifierException
All Implemented Interfaces:
Serializable

public class FinalModifierException
extends UnableToProxyException

See Also:
Serialized Form

Constructor Summary
FinalModifierException(Class<?> clazz)
           
FinalModifierException(Class<?> clazz, String finalMethods)
           
 
Method Summary
 String getFinalMethods()
           
 String getMessage()
           
 boolean isFinalClass()
           
 
Methods inherited from class org.apache.aries.proxy.UnableToProxyException
getClassName
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

FinalModifierException

public FinalModifierException(Class<?> clazz)

FinalModifierException

public FinalModifierException(Class<?> clazz,
                              String finalMethods)
Method Detail

isFinalClass

public boolean isFinalClass()

getFinalMethods

public String getFinalMethods()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.