|
|||||||||||
| 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
|
+--org.biojava.utils.NestedException
|
+--org.biojava.utils.ChangeVetoException
Exception which is thrown when a ChangeListener does not wish a change to take place.
| Constructor Summary | |
ChangeVetoException()
|
|
ChangeVetoException(ChangeEvent change)
Construct an exception to veto a change without explanation. |
|
ChangeVetoException(ChangeEvent change,
java.lang.String reason)
Construct an exception to veto a change for a specified reason. |
|
ChangeVetoException(java.lang.Exception ex,
ChangeEvent change)
Propogate an exception without (additional) explanation. |
|
ChangeVetoException(java.lang.Exception ex,
ChangeEvent change,
java.lang.String reason)
Propogate an exception, giving a detail message |
|
ChangeVetoException(java.lang.Exception ex,
java.lang.String reason)
Propogate an exception, giving a detail message |
|
ChangeVetoException(java.lang.String reason)
Create an exception with a detail message |
|
| Method Summary | |
ChangeEvent |
getChangeEvent()
Return the ChangeEvent which is being vetoed. |
| Methods inherited from class org.biojava.utils.NestedException |
printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ChangeVetoException()
public ChangeVetoException(ChangeEvent change)
change - An event which is being vetoed.public ChangeVetoException(java.lang.String reason)
reason - A detail message.
public ChangeVetoException(ChangeEvent change,
java.lang.String reason)
change - An event which is being vetoed.reason - A detail message.
public ChangeVetoException(java.lang.Exception ex,
ChangeEvent change)
ex - A parent exceptionchange - An event which is being vetoed.
public ChangeVetoException(java.lang.Exception ex,
java.lang.String reason)
ex - A parent exceptionreason - A detail message.
public ChangeVetoException(java.lang.Exception ex,
ChangeEvent change,
java.lang.String reason)
ex - A parent exceptionchange - An event which is being vetoed.reason - A detail message.| Method Detail |
public ChangeEvent getChangeEvent()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||