|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.avis.client.RouterNackException
org.avis.client.InvalidSubscriptionException
public class InvalidSubscriptionException
Thrown when a subscription parse error is detected by the router.
| Field Summary | |
|---|---|
String |
expression
The subscription expression that was rejected. |
int |
reason
The reason the expression was rejected: one of SYNTAX_ERROR or TRIVIAL_EXPRESSION. |
static int |
SYNTAX_ERROR
Rejection code indicating there was a syntax error that prevented parsing. |
static int |
TRIVIAL_EXPRESSION
Rejection code indicating the expression was constant. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int SYNTAX_ERROR
public static final int TRIVIAL_EXPRESSION
public final String expression
public final int reason
SYNTAX_ERROR or TRIVIAL_EXPRESSION.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||