|
||||||||||
| 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
|
+--com.novell.application.console.snapin.SnapinVetoException
Implements the vetoable exceptions that can be thrown.
| Constructor Summary | |
SnapinVetoException(java.lang.String message,
SnapinEvent event)
Constructs a SnapinVetoException object. |
|
| Method Summary | |
SnapinEvent |
getSnapinEvent()
Returns the snap-in event passed in the exception. |
| 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 |
| Constructor Detail |
public SnapinVetoException(java.lang.String message,
SnapinEvent event)
To get the exception String use the getMessage() method inherited from Throwable.
message - The message string passed in the exception.event - The actual snap-in event.| Method Detail |
public SnapinEvent getSnapinEvent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||