|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | 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.
| 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, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
|
| 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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||