Package cn.boboweike.carrot
Class SevereCarrotException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- cn.boboweike.carrot.CarrotException
-
- cn.boboweike.carrot.SevereCarrotException
-
- All Implemented Interfaces:
DashboardNotification,Serializable
public class SevereCarrotException extends CarrotException implements DashboardNotification
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSevereCarrotException.DiagnosticsAware
-
Field Summary
-
Fields inherited from class cn.boboweike.carrot.CarrotException
INVALID_LAMBDA_MESSAGE, SHOULD_NOT_HAPPEN_MESSAGE
-
-
Constructor Summary
Constructors Constructor Description SevereCarrotException(String message, SevereCarrotException.DiagnosticsAware diagnosticsAware)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DiagnosticsBuildergetDiagnostics()-
Methods inherited from class cn.boboweike.carrot.CarrotException
configurationException, configurationException, invalidLambdaException, isProblematicAndDoNotRetry, problematicConfigurationException, problematicException, shouldNotHappenException, shouldNotHappenException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SevereCarrotException
public SevereCarrotException(String message, SevereCarrotException.DiagnosticsAware diagnosticsAware)
-
-
Method Detail
-
getDiagnostics
public DiagnosticsBuilder getDiagnostics()
-
-