|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jrobin.core.RrdException
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(java.lang.Exception e)
Creates new RrdException object from any java.lang.Exception object |
|
RrdException(java.lang.String message)
Creates new RrdException with the supplied message in it. |
|
| 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 |
public RrdException(java.lang.String message)
message - Error message.public RrdException(java.lang.Exception e)
e - Exception object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||