org.apache.beehive.netui.pageflow.internal
Class JavaControlUtils.ControlInstantiationException

Object
  extended by Throwable
      extended by Exception
          extended by JavaControlUtils.ControlInstantiationException
All Implemented Interfaces:
Serializable
Enclosing class:
JavaControlUtils

public static class JavaControlUtils.ControlInstantiationException
extends Exception

See Also:
Serialized Form

Constructor Summary
JavaControlUtils.ControlInstantiationException(String controlBeanClassName, Throwable cause)
           
 
Method Summary
 String getControlBeanClassName()
           
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JavaControlUtils.ControlInstantiationException

public JavaControlUtils.ControlInstantiationException(String controlBeanClassName,
                                                      Throwable cause)
Method Detail

getControlBeanClassName

public String getControlBeanClassName()