Class RrdException

  • All Implemented Interfaces:
    Serializable

    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).
    Author:
    Sasa Markovic
    See Also:
    Serialized Form
    • Constructor Detail

      • RrdException

        public RrdException()
      • RrdException

        public RrdException​(String message)
      • RrdException

        public RrdException​(Throwable cause)