public class SpellCheckerException extends RuntimeException
| Constructor and Description |
|---|
SpellCheckerException()
Default Constructor
|
SpellCheckerException(String message) |
SpellCheckerException(String message,
Throwable cause) |
SpellCheckerException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SpellCheckerException()
public SpellCheckerException(String message, Throwable cause)
message - The messagecause - Thecausepublic SpellCheckerException(String message)
message - The messagepublic SpellCheckerException(Throwable cause)
cause - The causeCopyright © 2015. All rights reserved.