|
|||||||||
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.DispatcherCreationException
public class DispatcherCreationException
This exception is thrown if an error condition is detected by PolyD during the creation of a new dispatcher.
If a policy throws a PolicyException
during
construction, the exception will NOT be intercepted by PolyD,
and you will have to catch it yourself (if you want to).
PolicyException
,
Serialized FormField Summary | |
---|---|
int |
trouble
The internal code of this exception. |
Method Summary | |
---|---|
java.lang.String |
toString()
A textual representation of this error condition. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final int trouble
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |