? ComponentDefinitionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.osgi.service.blueprint.container.ComponentDefinitionException
????????:
Serializable

public class ComponentDefinitionException extends RuntimeException
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.
????:
  • ???????

    • ComponentDefinitionException

      public ComponentDefinitionException()
      Creates a Component Definition Exception with no message or exception cause.
    • ComponentDefinitionException

      public ComponentDefinitionException(String explanation)
      Creates a Component Definition Exception with the specified message
      ??:
      explanation - The associated message.
    • ComponentDefinitionException

      public ComponentDefinitionException(String explanation, Throwable cause)
      Creates a Component Definition Exception with the specified message and exception cause.
      ??:
      explanation - The associated message.
      cause - The cause of this exception.
    • ComponentDefinitionException

      public ComponentDefinitionException(Throwable cause)
      Creates a Component Definition Exception with the exception cause.
      ??:
      cause - The cause of this exception.