jbpm-form-modeler-request-dispatcher 6.2.0.Final

org.jbpm.formModeler.service.bb.mvc.components.handling
Class FieldException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jbpm.formModeler.service.bb.mvc.components.handling.FieldException
All Implemented Interfaces:
Serializable

public class FieldException
extends Exception

See Also:
Serialized Form

Constructor Summary
FieldException(String message, FactoryURL property, Object propertyValue, Exception cause)
           
 
Method Summary
 Throwable getCause()
           
 FactoryURL getProperty()
           
 Object getPropertyValue()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

FieldException

public FieldException(String message,
                      FactoryURL property,
                      Object propertyValue,
                      Exception cause)
Method Detail

getProperty

public FactoryURL getProperty()

getPropertyValue

public Object getPropertyValue()

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable

jbpm-form-modeler-request-dispatcher 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.