be.ac.ulg.montefiore.run.totem.domain.exception
Class NotInitialisedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by be.ac.ulg.montefiore.run.totem.domain.exception.NotInitialisedException
All Implemented Interfaces:
java.io.Serializable

public class NotInitialisedException
extends java.lang.Exception

This exception is thrown when a field is necessary or when the value of an optional field is requested, and that the field is not initialised.

Creation date: 19-Jan-2005 17:39:08

Author:
Fabian Skivee (skivee@run.montefiore.ulg.ac.be), Jean Lepropre (lepropre@run.montefiore.ulg.ac.be)
See Also:
Serialized Form

Constructor Summary
NotInitialisedException()
          Creates a new NotInitialisedException without detail message.
NotInitialisedException(java.lang.String msg)
          Constructs an NotInitialisedException with the specified detail message
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotInitialisedException

public NotInitialisedException()
Creates a new NotInitialisedException without detail message.


NotInitialisedException

public NotInitialisedException(java.lang.String msg)
Constructs an NotInitialisedException with the specified detail message

Parameters:
msg - the detail message


Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.