fuego.papi.exception
Class NoParametricRoleException
java.lang.Object
DefaultException
fuego.papi.OperationException
fuego.papi.ProcessOperationException
fuego.papi.exception.InstanceOperationException
fuego.papi.exception.NoParametricRoleException
- public class NoParametricRoleException
- extends InstanceOperationException
A NoParametricRoleException is thrown when the
parameter for a parametric role is not valid.
- See Also:
- Serialized Form
NoParametricRoleException
public NoParametricRoleException(String instanceId,
String roleId,
String parameter)
- Creates a new NoParametricRoleException with the given role and parameter.
- Parameters:
instanceId - Instance identificationroleId - Generic role identification.parameter - Parameter.
getParameter
public String getParameter()
- Returns the parameter value
- Returns:
- Parameter value
getRoleId
public String getRoleId()
- Returns the generic role
- Returns:
- Generic role identification
© Copyright 1996/2005 Fuego Inc. All Rights Reserved