Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.7)

E10663-11

oracle.rules.rl.exceptions
Class RLXPathException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.rules.rl.exceptions.RLException
              extended by oracle.rules.rl.exceptions.RLRuntimeException
                  extended by oracle.rules.rl.exceptions.RLXPathException
All Implemented Interfaces:
java.io.Serializable

public class RLXPathException
extends RLRuntimeException

See Also:
Serialized Form

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)
           
 
Method Summary
 
Methods inherited from class oracle.rules.rl.exceptions.RLException
addRLStackTraceElement, getArgs, getColumn, getDescription, getLine, getMessage, getMsgID, getSource, printRLStackTrace, printRLStackTrace, printRLStackTrace, setColumn, 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
equals, 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 Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.7)

E10663-11

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.