|
|||||||||
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
ovm.polyd.PolyDException
ovm.polyd.MissingMethodException
public class MissingMethodException
Thrown if a message with no corresponding method cannot be handled in other ways.
This exception is meant to be for consumption by the client
code, and it can only be thrown by the PolyD core. Policies
should not attempt to throw a MissingMethodException
themselves. If a missing method is detected in a dispatching policy
(during bestMatch
) just return -1 instead. If you
want to throw this exception from your onMissing
method, return false instead.
OnMissing
,
Serialized FormMethod 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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |