public class RestrictionEvaluationException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
private int |
id |
static int |
ID_INTERNAL |
| Constructor and Description |
|---|
RestrictionEvaluationException(java.lang.String message,
int id)
Creates a restriction evaluation exception.
|
RestrictionEvaluationException(java.lang.String message,
int id,
java.lang.Exception cause)
Creates a restriction evaluation exception.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
Returns the identification used for testing.
|
public static final int ID_INTERNAL
private int id
public RestrictionEvaluationException(java.lang.String message,
int id)
message - the exception messageid - an identification used for testingpublic RestrictionEvaluationException(java.lang.String message,
int id,
java.lang.Exception cause)
message - the exception messageid - an identification used for testingcause - the causing exceptionCopyright © 2009 - 2018 SSE. All Rights Reserved.