Class RScriptException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opennms.netmgt.integrations.R.RScriptException
-
- All Implemented Interfaces:
Serializable
public class RScriptException extends Exception
General purpose RScript exception.- Author:
- jwhite
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RScriptException(String message, String stdin, String stderr, String stdout, Throwable cause)
RScriptException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-