Oracle Email Java API Reference
Release 2(9.0.4)

B10724-01

oracle.mail.sdk.rule
Class RuleParserException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.mail.sdk.rule.RuleParserException

public class RuleParserException
extends java.lang.Exception

This class represent a parsing exception. It is thrown by RuleParser class when a submitted rule object contains invalid content.

Since:
9.0
Version:
$Header: RuleParserException.java 10-jan-2002.17:06:29 haye Exp $
See Also:
RuleParser, Serialized Form

Field 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

NOUSER_ERROR

public static final int NOUSER_ERROR
This represents an authentication exception. Either the caller is not authenticated through OESContext or the authenticated user does not have adequete privilege for the operation.
See Also:
OESContext

SYNTAX_ERROR

public static final int SYNTAX_ERROR
This represents a rule syntax violation. The rule object passed into the parser contains invalid structure.

SEMANTICS_ERROR

public static final int SEMANTICS_ERROR
This represents a rule semantic violation. The rule object contains incompatible operation or inapplicable action-event combination.

COMPILE_ERROR

public static final int COMPILE_ERROR
This represents a PL/SQL compilation exception.

SQL_ERROR

public static final int SQL_ERROR
This represents a generic SQL exception

GENERIC_ERROR

public static final int GENERIC_ERROR
This represents all other generic errors

Oracle Email Java API Reference
Release 2(9.0.4)

B10724-01

Copyright © 1988, 2003 Oracle Corporation. All Rights Reserved.