Class WrongCustomHolidayFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- pro.taskana.common.api.exceptions.TaskanaRuntimeException
-
- pro.taskana.common.api.exceptions.WrongCustomHolidayFormatException
-
- All Implemented Interfaces:
Serializable
public class WrongCustomHolidayFormatException extends TaskanaRuntimeException
This exception is thrown when an entry for the CustomHoliday has a wrong format.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WrongCustomHolidayFormatException(String customHoliday)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCustomHoliday()-
Methods inherited from class pro.taskana.common.api.exceptions.TaskanaRuntimeException
ensureNullIsHandled, getErrorCode, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Field Detail
-
ERROR_KEY
public static final String ERROR_KEY
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WrongCustomHolidayFormatException
public WrongCustomHolidayFormatException(String customHoliday)
-
-
Method Detail
-
getCustomHoliday
public String getCustomHoliday()
-
-