Package org.dspace.xmlworkflow
Class WorkflowConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.dspace.xmlworkflow.WorkflowConfigurationException
-
- All Implemented Interfaces:
Serializable
public class WorkflowConfigurationException extends Exception
Exception for problems with the configuration XML.- Author:
- Bram De Schouwer (bram.deschouwer at dot com), Kevin Van de Velde (kevin at atmire dot com), Ben Bosman (ben at atmire dot com), Mark Diggory (markd at atmire dot com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkflowConfigurationException(String error)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
WorkflowConfigurationException
public WorkflowConfigurationException(String error)
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
-