org.jrobin.core
Class RrdException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jrobin.core.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 Summary
RrdException(Exception e)
          Creates new RrdException object from any java.lang.Exception object
RrdException(String message)
          Creates new RrdException with the supplied message in it.
 
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

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


Copyright © 2003-2008. All Rights Reserved.