|
Oracle® Mail Java API Reference 10g Release 1 (10.1.1) B14492-01 |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--oracle.mail.sdk.rule.RuleParserException
This class represent a parsing exception. It is thrown by RuleParser class when a submitted rule object contains invalid content.
RuleParser
, Serialized FormField Summary | |
static int |
COMPILE_ERROR This represents a PL/SQL compilation exception. |
static int |
GENERIC_ERROR This represents all other generic errors |
static int |
NOUSER_ERROR This represents an authentication exception. |
static int |
SEMANTICS_ERROR This represents a rule semantic violation. |
static int |
SQL_ERROR This represents a generic SQL exception |
static int |
SYNTAX_ERROR This represents a rule syntax violation. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int NOUSER_ERROR
OESContext
public static final int SYNTAX_ERROR
public static final int SEMANTICS_ERROR
public static final int COMPILE_ERROR
public static final int SQL_ERROR
public static final int GENERIC_ERROR
|
Oracle® Mail Java API Reference 10g Release 1 (10.1.1) B14492-01 |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |