public class InvalidScanPathException extends Exception
| Constructor and Description |
|---|
InvalidScanPathException()
Creates a new InvalidScanPathException.
|
InvalidScanPathException(String msg)
Creates a new InvalidScanPathException.
|
InvalidScanPathException(String msg,
Throwable ex)
Creates a new InvalidScanPathException.
|
InvalidScanPathException(Throwable ex)
Creates a new InvalidScanPathException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidScanPathException()
public InvalidScanPathException(String msg)
msg - a message for the exceptionpublic InvalidScanPathException(Throwable ex)
ex - the cause of the exceptionCopyright? 2012-15 Jeremy Long. All Rights Reserved.