jbpm-form-modeler-common 1.0-SNAPSHOT

org.jbpm.formModeler.service.bb.commons.config
Class ParameterNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jbpm.formModeler.service.bb.commons.config.ParameterNotFoundException
All Implemented Interfaces:
Serializable

public class ParameterNotFoundException
extends Exception

Exception thrown when a parameter requested to the ConfigurationManager is not found.

See Also:
Serialized Form

Field Summary
protected  String paramName
           
 
Constructor Summary
ParameterNotFoundException()
          Deprecated. use ParameterNotFoundException(String message, String paramName)
ParameterNotFoundException(String s)
          Deprecated. use ParameterNotFoundException(String message, String paramName)
ParameterNotFoundException(String message, String paramName)
           
 
Method Summary
 String getParamName()
           
 
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
 

Field Detail

paramName

protected String paramName
Constructor Detail

ParameterNotFoundException

public ParameterNotFoundException()
Deprecated. use ParameterNotFoundException(String message, String paramName)


ParameterNotFoundException

public ParameterNotFoundException(String s)
Deprecated. use ParameterNotFoundException(String message, String paramName)


ParameterNotFoundException

public ParameterNotFoundException(String message,
                                  String paramName)
Method Detail

getParamName

public String getParamName()

jbpm-form-modeler-common 1.0-SNAPSHOT

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