Uses of Class
org.opencastproject.editor.api.ErrorStatus
-
-
Uses of ErrorStatus in org.opencastproject.editor.api
Methods in org.opencastproject.editor.api that return ErrorStatus Modifier and Type Method Description ErrorStatusEditorServiceException. getErrorStatus()static ErrorStatusErrorStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorStatus[]ErrorStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.opencastproject.editor.api with parameters of type ErrorStatus Constructor Description EditorServiceException(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.
-