|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
unsw.cse.mica.MicaException
unsw.cse.mica.InitException
public class InitException
A concrete subclass of MicaException that can be used to wrap exceptions/errors that occur during the initialisation of an agent.
Constructor Summary | |
---|---|
InitException(java.lang.String msg)
|
|
InitException(java.lang.String message,
java.lang.Throwable cause)
|
|
InitException(java.lang.Throwable cause)
|
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 |
Constructor Detail |
---|
public InitException(java.lang.String message, java.lang.Throwable cause)
public InitException(java.lang.String msg)
public InitException(java.lang.Throwable cause)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |