Class ModuleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.engine.core.module.exception.ModuleException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CyclicDependencyException, DependentModuleException, InvalidStateTransitionException, MissingDependencyException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionModuleException(String message) ModuleException(String message, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ModuleException
-
ModuleException
-