Class FieldNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- cn.boboweike.carrot.CarrotException
-
- cn.boboweike.carrot.scheduling.exceptions.FieldNotFoundException
-
- All Implemented Interfaces:
Serializable
public class FieldNotFoundException extends CarrotException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class cn.boboweike.carrot.CarrotException
INVALID_LAMBDA_MESSAGE, SHOULD_NOT_HAPPEN_MESSAGE
-
-
Constructor Summary
Constructors Constructor Description FieldNotFoundException(Class<?> clazz, String fieldName)
-
Method Summary
-
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
-
-