org.jrobin.core

Class RrdException

public class RrdException extends Exception

Class to represent various JRobin checked exceptions. JRobin code can throw only RrdException (for various JRobin related errors) or IOException (for various I/O errors).
Constructor Summary
RrdException(String message)
Creates new RrdException with the supplied message in it.
RrdException(Exception e)
Creates new RrdException object from any java.lang.Exception object

Constructor Detail

RrdException

public RrdException(String message)
Creates new RrdException with the supplied message in it.

Parameters: message Error message.

RrdException

public RrdException(Exception e)
Creates new RrdException object from any java.lang.Exception object

Parameters: e Exception object