Class MalformedServiceLevelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
pro.taskana.common.api.exceptions.TaskanaException
pro.taskana.classification.api.exceptions.MalformedServiceLevelException
- All Implemented Interfaces:
Serializable
This exception is thrown when the service level of
the Classification has not the required format. The service level has to be a positive ISO-8601 duration format and
TASKANA only supports whole days. The format must be 'PnD'.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMalformedServiceLevelException(String serviceLevel, String classificationKey, String domain) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class pro.taskana.common.api.exceptions.TaskanaException
ensureNullIsHandled, getErrorCode, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
ERROR_KEY
- See Also:
-
-
Constructor Details
-
MalformedServiceLevelException
-
-
Method Details
-
getServiceLevel
-
getClassificationKey
-
getDomain
-