org.xwiki.component.manager
Class ComponentLookupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xwiki.component.manager.ComponentLookupException
- All Implemented Interfaces:
- Serializable
public class ComponentLookupException
- extends Exception
Raised during component lookup when an error happens.
- Version:
- $Id: 182e2a1e9a6ccd2d50a7708ae288032256d745e3 $
- See Also:
ComponentManager.getInstance(java.lang.reflect.Type),
Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ComponentLookupException
public ComponentLookupException(String message)
- Parameters:
message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage()
method.
ComponentLookupException
public ComponentLookupException(String message,
Throwable cause)
- Parameters:
message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage()
method.cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null
value is permitted, and indicates that the cause is nonexistent or unknown.)
Copyright © 2004-2012 XWiki. All Rights Reserved.