|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nakedobjects.applib.ApplicationException
org.nakedobjects.plugins.headless.applib.InteractionException
org.nakedobjects.plugins.headless.applib.DisabledException
public class DisabledException
Superclass of exceptions which indicate an attempt to interact with a class member that is disabled.
| Constructor Summary | |
|---|---|
DisabledException(InteractionEvent interactionEvent)
|
|
| Method Summary | |
|---|---|
UsabilityEvent |
getInteractionEvent()
The event passed into the
constructor. |
| Methods inherited from class org.nakedobjects.plugins.headless.applib.InteractionException |
|---|
getAdvisorClass, getIdentifier |
| Methods inherited from class org.nakedobjects.applib.ApplicationException |
|---|
getCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, 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 DisabledException(InteractionEvent interactionEvent)
| Method Detail |
|---|
public UsabilityEvent getInteractionEvent()
InteractionExceptionevent passed into the
constructor.
Not part of the API, but made available so that subclasses can expose as the appropriate subtype of
InteractionEvent. This would have been more obvious to see if InteractionException was
generic, but generic subclasses of Throwable are (apparently) not allowed.
getInteractionEvent in class InteractionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||