edu.upenn.crimson
Class InvalidIDException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.upenn.crimson.CrimsonException
                  extended by edu.upenn.crimson.InvalidIDException
All Implemented Interfaces:
java.io.Serializable

public class InvalidIDException
extends CrimsonException

Version:
$Id: InvalidIDException.java,v 1.3 2007/05/16 18:55:58 fisher Exp $
See Also:
Serialized Form

Constructor Summary
InvalidIDException()
          Create a new InvalidIDException without a message.
InvalidIDException(java.lang.String message)
          Create a new InvalidIDException with a message.
 
Method Summary
 
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

InvalidIDException

InvalidIDException()
Create a new InvalidIDException without a message.


InvalidIDException

InvalidIDException(java.lang.String message)
Create a new InvalidIDException with a message.




Copyright 2006 Stephen Fisher, Susan Davidson, and Junhyong Kim, University of Pennsylvania.