|
||||||||||
| 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.metamodel.commons.exceptions.NakedObjectException
org.nakedobjects.metamodel.commons.exceptions.UnexpectedCallException
public class UnexpectedCallException
Indicates that a call was made to a method (normally an overridden one) that was not expected, and hence not coded for.
| Constructor Summary | |
|---|---|
UnexpectedCallException()
|
|
UnexpectedCallException(java.lang.String arg0)
|
|
| Method Summary |
|---|
| Methods inherited from class org.nakedobjects.metamodel.commons.exceptions.NakedObjectException |
|---|
getCause, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UnexpectedCallException()
public UnexpectedCallException(java.lang.String arg0)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||