info.magnolia.module.workflow.flows
Class FlowDefinitionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by info.magnolia.module.workflow.flows.FlowDefinitionException
All Implemented Interfaces:
Serializable

public class FlowDefinitionException
extends Exception

Exception thrown when a flow definition can be read or parsed.

See Also:
Serialized Form

Constructor Summary
FlowDefinitionException()
           
FlowDefinitionException(String msg)
           
FlowDefinitionException(String msg, Throwable cause)
           
FlowDefinitionException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FlowDefinitionException

public FlowDefinitionException()

FlowDefinitionException

public FlowDefinitionException(String msg,
                               Throwable cause)

FlowDefinitionException

public FlowDefinitionException(String msg)

FlowDefinitionException

public FlowDefinitionException(Throwable cause)


Copyright © 2003-2011 Magnolia International Ltd.. All Rights Reserved.