|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jsky.util.ReplacementVetoException
public class ReplacementVetoException
A ReplacementVetoException is thrown when a requested replaceObject event is unacceptable
| Constructor Summary | |
|---|---|
ReplacementVetoException(java.lang.String mess,
ReplacementEvent evt)
|
|
| Method Summary | |
|---|---|
ReplacementEvent |
getReplacementEvent()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 ReplacementVetoException(java.lang.String mess,
ReplacementEvent evt)
mess - Descriptive messageevt - A ReplacementEvent describing the vetoed change.| Method Detail |
|---|
public ReplacementEvent getReplacementEvent()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||