Oracle Business Rules Java API Reference
10g Release 3 (10.1.3)

B19040-01


oracle.rules.rl.exceptions
Class RLXPathException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.rules.rl.exceptions.RLException
              extended byoracle.rules.rl.exceptions.RLRuntimeException
                  extended byoracle.rules.rl.exceptions.RLXPathException

All Implemented Interfaces:
java.io.Serializable

public class RLXPathException
extends RLRuntimeException
See Also:
Serialized Form

Field Summary

 

Fields inherited from class oracle.rules.rl.exceptions.RLException
eol

 

Constructor Summary
RLXPathException(java.lang.String description, java.lang.String msgID, java.lang.Object[] args, java.lang.String source, int line, int column, java.lang.Throwable cause)
           

 

Methods inherited from class oracle.rules.rl.exceptions.RLException
getArgs, getColumn, getDescription, getLine, getMessage, getMsgID, getSource, setColumn, setDescription, setLine, setSource

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

RLXPathException

public RLXPathException(java.lang.String description,
                        java.lang.String msgID,
                        java.lang.Object[] args,
                        java.lang.String source,
                        int line,
                        int column,
                        java.lang.Throwable cause)

Oracle Business Rules Java API Reference
10g Release 3 (10.1.3)

B19040-01


Copyright © 2006, Oracle. All rights reserved.