net.javamud.run
Class IllegalSetException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.javamud.run.IllegalSetException
All Implemented Interfaces:
Serializable

public class IllegalSetException
extends Exception

Description of the Class

Author:
Timothy Hinchcliffe
See Also:
Serialized Form
Created On:
04 June 2002

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
IllegalSetException(String str)
          Constructor for the IllegalSetException object
 
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

IllegalSetException

public IllegalSetException(String str)
Constructor for the IllegalSetException object

Parameters:
str - Message string.
See Also:
Exception