Class ScopeletException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.microbean.scopelet.ScopeletException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CreationCycleDetectedException,InactiveScopeletException,TooManyActiveScopeletsException
A
RuntimeException indicating a problem with a Scopelet.- Author:
- Laird Nelson
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newScopeletException.ScopeletException(String message) Creates a newScopeletException.ScopeletException(String message, Throwable cause) Creates a newScopeletException.ScopeletException(Throwable cause) Creates a newScopeletException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ScopeletException
public ScopeletException()Creates a newScopeletException. -
ScopeletException
Creates a newScopeletException.- Parameters:
message- a detail message; may benull
-
ScopeletException
Creates a newScopeletException.- Parameters:
cause- aThrowablethat caused thisScopeletExceptionto be created; may benull
-
ScopeletException
Creates a newScopeletException.- Parameters:
message- a detail message; may benullcause- aThrowablethat caused thisScopeletExceptionto be created; may benull
-