|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.pietschy.command.toggle.ToggleVetoException
public class ToggleVetoException
Thrown when a ToggleCommand refuses to or cannot change selection state.
| Constructor Summary | |
|---|---|
ToggleVetoException()
Creates a new instance. |
|
ToggleVetoException(java.lang.String message)
Creates a new instance with the specified message. |
|
ToggleVetoException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance with the specified message and root cause. |
|
ToggleVetoException(java.lang.Throwable cause)
Creates a new instance with the specified root cause. |
|
| Method Summary |
|---|
| 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 ToggleVetoException()
public ToggleVetoException(java.lang.String message)
message - the exception message.
public ToggleVetoException(java.lang.String message,
java.lang.Throwable cause)
message - the exception message.cause - the exception that caused the veto.public ToggleVetoException(java.lang.Throwable cause)
cause - the exception that caused the veto.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||