Uses of Enum Class
org.opencastproject.editor.api.ErrorStatus
Packages that use ErrorStatus
-
Uses of ErrorStatus in org.opencastproject.editor.api
Methods in org.opencastproject.editor.api that return ErrorStatusModifier and TypeMethodDescriptionEditorServiceException.getErrorStatus()static ErrorStatusReturns the enum constant of this class with the specified name.static ErrorStatus[]ErrorStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.opencastproject.editor.api with parameters of type ErrorStatusModifierConstructorDescriptionEditorServiceException(String message, ErrorStatus status) Creates a new editor service exception with the given error message.EditorServiceException(String message, ErrorStatus status, Throwable cause) Creates a new editor service exception with the given error message, caused by the given exception.