edu.neu.ccs.demeterf.lib
Class RE

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.neu.ccs.demeterf.lib.RE
All Implemented Interfaces:
java.io.Serializable

public class RE
extends java.lang.RuntimeException

Simple Runtime Exception for the DemeterF Lib

See Also:
Serialized Form

Constructor Summary
RE(java.lang.String s)
          Construct a(n) RE Instance
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RE

public RE(java.lang.String s)
Construct a(n) RE Instance