Class CronParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jetbrains.buildServer.buildTriggers.scheduler.CronParseException
-
- All Implemented Interfaces:
Serializable
public class CronParseException extends Exception
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CronParseException
emptyValue(CronField cronField)
CronField
getProblematicField()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
emptyValue
public static CronParseException emptyValue(@NotNull CronField cronField)
-
getProblematicField
@Nullable public CronField getProblematicField()
-
-