Package dev.comfast.cf.common.errors
Class CfFrameworkError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.comfast.cf.common.errors.CfFrameworkError
- All Implemented Interfaces:
Serializable
Indicates that something went wrong in the framework. Generally should not happen in production.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCfFrameworkError(String message, Object... args) CfFrameworkError(String message, Throwable cause, Object... args) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CfFrameworkError
-
CfFrameworkError
-