Uses of Class
org.apache.datasketches.common.SketchesException
-
Packages that use SketchesException Package Description org.apache.datasketches.common This package is for common classes that may be used across all the sketch families. -
-
Uses of SketchesException in org.apache.datasketches.common
Subclasses of SketchesException in org.apache.datasketches.common Modifier and Type Class Description class
SketchesArgumentException
Illegal Arguments Exception class for the libraryclass
SketchesReadOnlyException
Write operation attempted on a read-only class.class
SketchesStateException
Illegal State Exception class for the library
-