unsw.cse.mica
Class InitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by unsw.cse.mica.MicaException
              extended by unsw.cse.mica.InitException
All Implemented Interfaces:
java.io.Serializable

public class InitException
extends MicaException

A concrete subclass of MicaException that can be used to wrap exceptions/errors that occur during the initialisation of an agent.

Author:
jhw
See Also:
Serialized Form

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

InitException

public InitException(java.lang.String message,
                     java.lang.Throwable cause)

InitException

public InitException(java.lang.String msg)

InitException

public InitException(java.lang.Throwable cause)