Class BaseSelectorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.echothree.util.common.exception.BaseException
com.echothree.model.control.selector.common.exception.BaseSelectorException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DuplicateSelectorKindNameException,DuplicateSelectorNameException,DuplicateSelectorTypeNameException,UnknownDefaultSelectorException,UnknownDefaultSelectorKindException,UnknownDefaultSelectorTypeException,UnknownSelectorKindNameException,UnknownSelectorNameException,UnknownSelectorNodeTypeNameException,UnknownSelectorTypeNameException
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance of BaseSelectorExceptionprotectedBaseSelectorException(Message message) Creates a new instance of BaseSelectorExceptionprotectedBaseSelectorException(String message) Creates a new instance of BaseSelectorExceptionprotectedBaseSelectorException(Throwable cause) Creates a new instance of BaseSelectorException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BaseSelectorException
protected BaseSelectorException()Creates a new instance of BaseSelectorException -
BaseSelectorException
Creates a new instance of BaseSelectorException -
BaseSelectorException
Creates a new instance of BaseSelectorException -
BaseSelectorException
Creates a new instance of BaseSelectorException
-