edu.upenn.gloDB
Class GloDBException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.upenn.gloDB.GloDBException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidIDException

public class GloDBException
extends java.lang.RuntimeException

A wrapper for all GloDB exceptions.

Version:
$Id: GloDBException.java,v 1.1.2.4 2007/03/01 21:17:32 fisher Exp $
See Also:
Serialized Form

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

GloDBException

public GloDBException()
Create a new GloDBException without a message.


GloDBException

public GloDBException(java.lang.String message)
Create a new GloDBException with a message.




Copyright 2012 Stephen Fisher and Junhyong Kim, University of Pennsylvania. All Rights Reserved.