Package io.avaje.classpath.scanner.core
Class ClassPathScanException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.avaje.classpath.scanner.core.ClassPathScanException
-
- All Implemented Interfaces:
Serializable
public class ClassPathScanException extends RuntimeException
Exceptions throw when scanning the classpath.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClassPathScanException(String msg)ClassPathScanException(String msg, Exception e)ClassPathScanException(Throwable e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ClassPathScanException
public ClassPathScanException(String msg)
-
ClassPathScanException
public ClassPathScanException(String msg, Exception e)
-
ClassPathScanException
public ClassPathScanException(Throwable e)
-
-