Skip navigation links

Oracle Business Rules Java API Reference
10g (10.1.3.1.0)

B28966-01


oracle.rules.rl.exceptions
Class RLException

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

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FactClassException, MultipleInheritanceException, ParseException, RLRuntimeException, TypeCheckException

public class RLException
extends java.lang.Exception

Base RL exception.

See Also:
Serialized Form

Method Summary
 java.lang.Object[] getArgs()
          Get the message arguments for this localized exception message.
 int getColumn()
          Get the column number
 java.lang.String getDescription()
          Get the description of this exception
 int getLine()
          Get the line number where this exception occurred
 java.lang.String getMessage()
          Get the detailed message for this RLException.
 java.lang.String getMsgID()
          Get the message ID for this localized exception message.
 java.lang.String getSource()
          Get the input source of this exception
 void setColumn(int column)
          Set the column number
 void setLine(int line)
          Set the line number where this exception occurred
 void setSource(java.lang.String source)
          Set the input source of this exception

 

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

 

Method Detail

getMessage

public java.lang.String getMessage()
Get the detailed message for this RLException.
Returns:
the detailed message.

getDescription

public java.lang.String getDescription()
Get the description of this exception
Returns:
the description

getSource

public java.lang.String getSource()
Get the input source of this exception
Returns:
the input source

setSource

public void setSource(java.lang.String source)
Set the input source of this exception
Parameters:
source - the input source

getLine

public int getLine()
Get the line number where this exception occurred
Returns:
the line number

setLine

public void setLine(int line)
Set the line number where this exception occurred
Parameters:
line - number

getColumn

public int getColumn()
Get the column number
Returns:
the column number

setColumn

public void setColumn(int column)
Set the column number
Parameters:
column - number

getMsgID

public java.lang.String getMsgID()
Get the message ID for this localized exception message. The message ID is the key in the message ResourceBundle.
Returns:
the message ID

getArgs

public java.lang.Object[] getArgs()
Get the message arguments for this localized exception message.
Returns:
the message arguments

Skip navigation links

Oracle Business Rules Java API Reference
10g (10.1.3.1.0)

B28966-01


Copyright © 2006, Oracle. All rights reserved.