Package dev.voidframework.core.exception
Class ConditionalFeatureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.core.exception.ConditionalFeatureException
- All Implemented Interfaces:
Serializable
All exceptions thrown by conditional feature are subclasses of
ConditionalFeatureException.- Since:
- 1.5.0
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThis exception indicate that condition cannot be instantiated. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConditionalFeatureException(String message, Throwable cause) Build a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConditionalFeatureException
Build a new instance.- Parameters:
message- The detail messagecause- The cause- Since:
- 1.5.0
-