nodeNet
Class IsInsideNothingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--nodeNet.IsInsideNothingException

public class IsInsideNothingException
extends java.lang.Exception

Signals that the indicated point is not inside any NodeNetElement.

Copyright (c) 1998 Massachusetts Institute of Technology

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, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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