public class ScannerException extends RuntimeException
| Constructor and Description |
|---|
ScannerException()
Construct a new instance with the supplied message
|
ScannerException(String message)
Construct a new instance with the supplied message
|
ScannerException(String message,
Throwable cause)
Construct a new instance with the supplied message and cause
|
ScannerException(Throwable cause)
Construct a new instance with the supplied cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ScannerException()
public ScannerException(String message)
message - the messagepublic ScannerException(String message, Throwable cause)
message - the messagecause - the Throwable that caused the exception to be thrownpublic ScannerException(Throwable cause)
cause - the Throwable that caused the exception to be thrownCopyright © 2016 Oracle Corporation. All rights reserved.