public class UnknownTokenException extends StageActionException
Constructor and Description |
---|
UnknownTokenException(RRI tokenDefinitionReference)
Constructs a new unknown token exception with the specified token class reference.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
public UnknownTokenException(RRI tokenDefinitionReference)
tokenDefinitionReference
- the token class that could not be found.
Note that Throwable.getMessage()
will include the token class name
in the exception detail message.