|
|||||||
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 | +--vc.corba.common.IgnorableException
IgnorableException is a user defined exception class to send the warning using the exception handling mechanism. Where ever this exception is catched, there this exception will be ignored as this indicates that the condition is not critical.
Field Summary | |
java.lang.String |
message
String conveying the warning message |
Constructor Summary | |
IgnorableException(java.lang.String message)
Constructor building the exception object out of the warning message passed as the parameter. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public java.lang.String message
Constructor Detail |
public IgnorableException(java.lang.String message)
message
- warning message that will be conveyed through this exception
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |