org.jbpm.formModeler.service.bb.commons.config
Class ParameterNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
paramName
protected String paramName
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)
getParamName
public String getParamName()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.