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
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IllegalSetException
public IllegalSetException(String str)
- Constructor for the IllegalSetException object
- Parameters:
str
- Message string.- See Also:
Exception