Package de.xima.fc.exceptions
Class WorkflowPlaceholderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.xima.fc.exceptions.WorkflowPlaceholderException
-
- All Implemented Interfaces:
Serializable
public class WorkflowPlaceholderException extends Exception
Exception thrown by the workflow placeholder refactorer.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkflowPlaceholderException()
WorkflowPlaceholderException(String message)
WorkflowPlaceholderException(String message, Throwable cause)
WorkflowPlaceholderException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-