|
Oracle Business Rules Java API Reference 10g (10.1.3.1.0) B28966-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.rules.rl.exceptions.RLException
Base RL exception.
| 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 |
public java.lang.String getMessage()
public java.lang.String getDescription()
public java.lang.String getSource()
public void setSource(java.lang.String source)
source - the input sourcepublic int getLine()
public void setLine(int line)
line - numberpublic int getColumn()
public void setColumn(int column)
column - numberpublic java.lang.String getMsgID()
public java.lang.Object[] getArgs()
|
Oracle Business Rules Java API Reference 10g (10.1.3.1.0) B28966-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||