Class StateReferencedByFormRecordException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.xima.fc.workflow.designer.exception.StateReferencedByFormRecordException
-
- All Implemented Interfaces:
Serializable
public final class StateReferencedByFormRecordException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StateReferencedByFormRecordException(WorkflowStateModel stateModel, List<ReferencingFormRecord> references)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ReferencingFormRecord>
getReferences()
WorkflowStateModel
getStateModel()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
StateReferencedByFormRecordException
public StateReferencedByFormRecordException(WorkflowStateModel stateModel, List<ReferencingFormRecord> references)
-
-
Method Detail
-
getReferences
public List<ReferencingFormRecord> getReferences()
-
getStateModel
public WorkflowStateModel getStateModel()
-
-