|
OSGi™ Enterprise Release 5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.osgi.service.blueprint.container.ComponentDefinitionException
public class ComponentDefinitionException
A Blueprint exception indicating that a component definition is in error. This exception is thrown when a configuration-related error occurs during creation of a Blueprint Container.
Constructor Summary | |
---|---|
ComponentDefinitionException()
Creates a Component Definition Exception with no message or exception cause. |
|
ComponentDefinitionException(java.lang.String explanation)
Creates a Component Definition Exception with the specified message |
|
ComponentDefinitionException(java.lang.String explanation,
java.lang.Throwable cause)
Creates a Component Definition Exception with the specified message and exception cause. |
|
ComponentDefinitionException(java.lang.Throwable cause)
Creates a Component Definition Exception with the exception cause. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComponentDefinitionException()
public ComponentDefinitionException(java.lang.String explanation)
explanation
- The associated message.public ComponentDefinitionException(java.lang.String explanation, java.lang.Throwable cause)
explanation
- The associated message.cause
- The cause of this exception.public ComponentDefinitionException(java.lang.Throwable cause)
cause
- The cause of this exception.
|
OSGi™ Enterprise Release 5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |