public class ClassGraphException extends IllegalArgumentException
(Extends IllegalArgumentException, which extends RuntimeException, so either of the more generic
exceptions may be caught.)
| Modifier and Type | Method and Description |
|---|---|
static ClassGraphException |
newClassGraphException(String message)
Static factory method to stop IDEs from auto-completing ClassGraphException after "new ClassGraph".
|
static ClassGraphException |
newClassGraphException(String message,
Throwable cause)
Static factory method to stop IDEs from auto-completing ClassGraphException after "new ClassGraph".
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static ClassGraphException newClassGraphException(String message)
message - the messagepublic static ClassGraphException newClassGraphException(String message, Throwable cause) throws ClassGraphException
message - the messagecause - the causeClassGraphException - the class graph exceptionCopyright © 2020. All rights reserved.