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

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

public class NodeTypeException
extends java.lang.Exception

Thrown when the type of a node is unknown.

Creation date: 26-Jan-2005

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

Constructor Summary
NodeTypeException()
          Creates a new NodeTypeException without detail message.
NodeTypeException(java.lang.String msg)
          Constructs a new NodeTypeException 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

NodeTypeException

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


NodeTypeException

public NodeTypeException(java.lang.String msg)
Constructs a new NodeTypeException with the specified detail message.

Parameters:
msg - the detail message.


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