Uses of Class
cn.boboweike.carrot.CarrotException
-
Packages that use CarrotException Package Description cn.boboweike.carrot cn.boboweike.carrot.scheduling.exceptions -
-
Uses of CarrotException in cn.boboweike.carrot
Subclasses of CarrotException in cn.boboweike.carrot Modifier and Type Class Description classSevereCarrotExceptionMethods in cn.boboweike.carrot that return CarrotException Modifier and Type Method Description static CarrotExceptionCarrotException. configurationException(String message)static CarrotExceptionCarrotException. configurationException(String message, Throwable cause)static CarrotExceptionCarrotException. invalidLambdaException(Exception exception)static CarrotExceptionCarrotException. problematicConfigurationException(String message)static CarrotExceptionCarrotException. problematicException(String message, Throwable cause)static CarrotExceptionCarrotException. shouldNotHappenException(String message)static CarrotExceptionCarrotException. shouldNotHappenException(Throwable cause) -
Uses of CarrotException in cn.boboweike.carrot.scheduling.exceptions
Subclasses of CarrotException in cn.boboweike.carrot.scheduling.exceptions Modifier and Type Class Description classFieldNotFoundException
-