Class ScanInterruptedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.github.lukehutch.fastclasspathscanner.ScanInterruptedException
-
- All Implemented Interfaces:
Serializable
public class ScanInterruptedException extends RuntimeException
Thrown if scanning was interrupted by the interrupt status being set on one of the worker threads.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScanInterruptedException()
Thrown if scanning was interrupted by the interrupt status being set on one of the worker threads.
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-