ANTS v2.0 API

ants.core
Class NodeHasNoAddressError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--ants.core.NodeHasNoAddressError

public class NodeHasNoAddressError
extends java.lang.Error

A runtime error thrown when an application or capsule tries to get the address of the node it is executing on, and there is no address yet defined for the node.

Author:
Utah Janos Team
See Also:
Node.getAddress(), PrimordialNode#getAddress(), Serialized Form

Constructor Summary
NodeHasNoAddressError(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodeHasNoAddressError

public NodeHasNoAddressError(java.lang.String msg)

ANTS v2.0 API

This documentation is Copyright (C) 1998-2001 The University of Utah and the University of Washington. All Rights Reserved. See the individual source files for distribution terms.
Documentation, software, and mailing lists for ANTS v2.0 can be found at the Janos Project: http://www.cs.utah.edu/flux/janos/