Uses of Class
io.github.classgraph.ClassGraphException
-
-
Uses of ClassGraphException in io.github.classgraph
Methods in io.github.classgraph that return ClassGraphException Modifier and Type Method Description static ClassGraphException
ClassGraphException. newClassGraphException(java.lang.String message)
Static factory method to stop IDEs from auto-completing ClassGraphException after "new ClassGraph".static ClassGraphException
ClassGraphException. newClassGraphException(java.lang.String message, java.lang.Throwable cause)
Static factory method to stop IDEs from auto-completing ClassGraphException after "new ClassGraph".Methods in io.github.classgraph that throw ClassGraphException Modifier and Type Method Description static ClassGraphException
ClassGraphException. newClassGraphException(java.lang.String message, java.lang.Throwable cause)
Static factory method to stop IDEs from auto-completing ClassGraphException after "new ClassGraph".
-