edu.rice.cs.drjava.model.repl
Class InteractionsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--edu.rice.cs.drjava.model.repl.InteractionsException
All Implemented Interfaces:
Serializable

public class InteractionsException
extends RuntimeException

Exception to signify that something went wrong during an interaction.

Version:
$Id: InteractionsException.java,v 1.3 2002/02/08 14:22:21 brianstoler Exp $
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
InteractionsException(String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

InteractionsException

public InteractionsException(String s)