ovm.polyd
Class PolyDException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ovm.polyd.PolyDException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DispatcherCreationException, MissingMethodException, Overloading.OverloadingException, PolicyException, RunaboutException

public abstract class PolyDException
extends java.lang.RuntimeException

This class of exceptions is thrown by PolyD or its modules, including the dispatching and invocation policies, whenever something goes wrong. Note that unexpected PolyD internal errors are not instances of this exception class.

See Also:
InternalError, Serialized Form

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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait