Nodenet Problem Set Javadocs

nodenet
Class IsInsideNothingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynodenet.IsInsideNothingException
All Implemented Interfaces:
java.io.Serializable

public class IsInsideNothingException
extends java.lang.Exception

Signals that the indicated point is not inside any NodeNetElement.

Version:
$Id: IsInsideNothingException.java,v 1.3 2004/01/14 21:43:17 gus Exp $
Author:
Todd C. Parnell, tparnell@ai.mit.edu
See Also:
Serialized Form

Constructor Summary
IsInsideNothingException()
          Constructs an instance of IsInsideNothingException without a detail message.
IsInsideNothingException(java.lang.String s)
          Constructs an instance of IsInsideNothingException with the specified detail message.
 
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

IsInsideNothingException

public IsInsideNothingException()
Constructs an instance of IsInsideNothingException without a detail message.


IsInsideNothingException

public IsInsideNothingException(java.lang.String s)
Constructs an instance of IsInsideNothingException with the specified detail message. A detail message is an instace of String that describes this particular exception.

Parameters:
s - the detail message

Nodenet Problem Set Javadocs