dip.world
Class InvalidWorldException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bydip.world.InvalidWorldException
All Implemented Interfaces:
java.io.Serializable

public class InvalidWorldException
extends java.lang.Exception

An exception typically thrown if there is a problem during World creation.

See Also:
Serialized Form

Constructor Summary
InvalidWorldException(java.lang.String message)
          Create an InvalidWorldException
 
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

InvalidWorldException

public InvalidWorldException(java.lang.String message)
Create an InvalidWorldException



Copyright 2002-2004 Zachary DelProposto / jDip Development Team. All Rights Reserved.