All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.beans.script.SCRComponentNotFoundException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----com.ibm.beans.script.SCRComponentNotFoundException
- public class SCRComponentNotFoundException
- extends Exception
This class defines the exception that is
thrown when there is no scripting component that matches
the information given in the scripting component descriptor.
-
SCRComponentNotFoundException(SCRComponentDescriptor)
- Creates a SCRComponentNotFoundException object.
SCRComponentNotFoundException
public SCRComponentNotFoundException(SCRComponentDescriptor desc)
- Creates a SCRComponentNotFoundException object.
- Parameters:
- desc - The scripting component descriptor.
- See Also:
- queryRegisteredComponents
All Packages Class Hierarchy This Package Previous Next Index