sbrt.ext.R
Class JriException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by sbrt.ext.R.JriException
All Implemented Interfaces:
java.io.Serializable

public class JriException
extends java.lang.RuntimeException

This class is used to wrap exceptions thrown by the JRI.

Author:
This class was written and documented by Jeremiah Wright while in the Wagner lab.
See Also:
Serialized Form

Constructor Summary
JriException(java.lang.String message, java.lang.Throwable cause)
          Constructs a JRI exception.
JriException(java.lang.Throwable cause)
          Constructs a JRI exception.
 
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

JriException

public JriException(java.lang.Throwable cause)
Constructs a JRI exception.

Parameters:
cause - the original exception throw by the JRI.

JriException

public JriException(java.lang.String message,
                    java.lang.Throwable cause)
Constructs a JRI exception.

Parameters:
message - a descriptive message useful for debugging.
cause - the original exception throw by the JRI.