ComponentException

public class ComponentException extends GenericException

ComponentException represents an exception related to a component.

Author:Hugo Y. K. Lam

Constructors

ComponentException

public ComponentException()

Creates a new instance of ComponentException.

ComponentException

public ComponentException(String message)

Creates a new instance of ComponentException.

Parameters:
  • message – the error message.

ComponentException

public ComponentException(Throwable cause)

Creates a new instance of ComponentException.

Parameters:
  • cause – the cause of this exception.

ComponentException

public ComponentException(String message, Throwable cause)

Creates a new instance of ComponentException.

Parameters:
  • message – the error message.
  • cause – the cause of this exception.