Pig Latin Problem Set Javadocs

cs101.util
Class CreationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycs101.util.CreationException
All Implemented Interfaces:
java.io.Serializable

public final class CreationException
extends java.lang.Exception

CreationExceptions are thrown by Coerce.StringToClass.

Copyright 1998 Massachusetts Institute of Technology

Version:
$Id: CreationException.java,v 1.1.1.1 2002/06/05 21:56:32 root Exp $
Author:
Todd C. Parnell, tparnell@ai.mit.edu
See Also:
Coerce, Serialized Form

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

CreationException

public CreationException()

CreationException

public CreationException(java.lang.String s)

Pig Latin Problem Set Javadocs