Uses of Class
org.rrd4j.core.RrdException
-
Packages that use RrdException Package Description org.rrd4j.core core RRD4J implementation. -
-
Uses of RrdException in org.rrd4j.core
Subclasses of RrdException in org.rrd4j.core Modifier and Type Class Description class
InvalidRrdException
An exception indicating a corrupted RRD.class
RrdBackendException
Wrap a exception generated by the backend storeMethods in org.rrd4j.core that throw RrdException Modifier and Type Method Description protected CharBuffer
ByteBufferBackend. getCharBuffer(long offset, int size)
-