java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.joox.selector.ScannerException
- All Implemented Interfaces:
Serializable
An exception thrown on
Scanner
errors.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionScannerException
(String message) Constructs a new exception with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerial version UID.- See Also:
-
-
Constructor Details
-
ScannerException
Constructs a new exception with the specified detail message.- Parameters:
message
- The detail message.
-