edu.ucdavis.rj.Exceptions
Class rjRuntimeError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by edu.ucdavis.rj.Exceptions.rjRuntimeError
All Implemented Interfaces:
java.io.Serializable

public class rjRuntimeError
extends java.lang.Error

Used to indicate that a runtime error has occurred due to bad user code or an internal RJ error.

See Also:
Serialized Form

Field Summary
(package private) static long serialVersionUID
           
 
Constructor Summary
rjRuntimeError(java.lang.String err)
          Create a new instance of this error.
 
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
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

rjRuntimeError

public rjRuntimeError(java.lang.String err)
Create a new instance of this error.

Parameters:
err - indicates specific problem.