com.camunda.toolkit.jbpm.swing
Class NoFormDefinedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.camunda.toolkit.jbpm.swing.NoFormDefinedException
All Implemented Interfaces:
java.io.Serializable

public class NoFormDefinedException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
NoFormDefinedException(java.lang.String processName)
           
NoFormDefinedException(java.lang.String processName, java.lang.String stateName)
           
 
Method Summary
 java.lang.String getProcessName()
           
 java.lang.String getStateName()
           
 
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

NoFormDefinedException

public NoFormDefinedException(java.lang.String processName,
                              java.lang.String stateName)

NoFormDefinedException

public NoFormDefinedException(java.lang.String processName)
Method Detail

getProcessName

public java.lang.String getProcessName()

getStateName

public java.lang.String getStateName()


Copyright © 2007 camunda GmbH. All Rights Reserved.