|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-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
|
+--java.lang.RuntimeException
|
+--oracle.owb.foundation.OWBException
OWBException is a runtime exception that usually signals either a non-recoverable error, or an error the caller would normally not know how to handle. It is generally thrown as a result of a programming error or a system error.
| Field Summary |
| Fields inherited from class java.lang.RuntimeException |
| Constructor Summary | |
OWBException()Constructs a OWBException with no detail message. | |
OWBException(java.lang.String s)Constructs a OWBException with the specified detail message. | |
| Method Summary | |
java.lang.String |
getMessage()Returns the error message string of this OWBException object. |
| 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 |
public OWBException()
OWBException with no detail message.public OWBException(java.lang.String s)
OWBException with the specified detail message.s - the detail message.| Method Detail |
public java.lang.String getMessage()
getMessage in class java.lang.Throwable
|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||