Class UnsatisfiedContextParameterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.processengine.definition.UnsatisfiedContextParameterException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsatisfiedContextParameterException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsatisfiedContextParameterException()UnsatisfiedContextParameterException(ContextParameterDeclaration decl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContextParameterDeclarationgetDecl()
-
-
-
Constructor Detail
-
UnsatisfiedContextParameterException
public UnsatisfiedContextParameterException()
-
UnsatisfiedContextParameterException
public UnsatisfiedContextParameterException(ContextParameterDeclaration decl)
-
-
Method Detail
-
getDecl
public ContextParameterDeclaration getDecl()
- Returns:
- the decl
-
-