Class CreationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--CreationException
All Implemented Interfaces:
java.io.Serializable

public class CreationException
extends java.lang.Exception

This exception is thrown when an object can't be instantiated.

Version:
$02/08/04 14:44:42 mdh$
Author:
Malcolm D. Hyman
See Also:
Serialized Form

Constructor Summary
CreationException(java.lang.String s)
           
 
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

CreationException

public CreationException(java.lang.String s)