public class ScannerException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
ScannerException()
Construct a new instance with the supplied message
|
ScannerException(java.lang.String message)
Construct a new instance with the supplied message
|
ScannerException(java.lang.String message,
java.lang.Throwable cause)
Construct a new instance with the supplied message and cause
|
ScannerException(java.lang.Throwable cause)
Construct a new instance with the supplied cause
|
public ScannerException()
public ScannerException(java.lang.String message)
message - the messagepublic ScannerException(java.lang.String message,
java.lang.Throwable cause)
message - the messagecause - the Throwable that caused the exception to be thrownpublic ScannerException(java.lang.Throwable cause)
cause - the Throwable that caused the exception to be thrownCopyright © 2016 Oracle Corporation. All Rights Reserved.