org.trippi
Class TrippiException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.trippi.TrippiException
All Implemented Interfaces:
java.io.Serializable

public class TrippiException
extends java.lang.Exception

A Trippi-related exception.

Author:
cwilper@cs.cornell.edu
See Also:
Serialized Form

Constructor Summary
TrippiException(java.lang.String message)
           
TrippiException(java.lang.String message, java.lang.Throwable cause)
           
 
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

TrippiException

public TrippiException(java.lang.String message)

TrippiException

public TrippiException(java.lang.String message,
                       java.lang.Throwable cause)