public final class LanguageException extends RuntimeException
LanguageManager,
Serialized Form| Constructor and Description |
|---|
LanguageException()
Constructs a new
LanguageException with null as its detail message. |
LanguageException(String message)
Constructs a new
LanguageException with the specified detail message. |
LanguageException(String message,
Throwable cause)
Constructs a new
LanguageException with the specified detail message and cause. |
LanguageException(Throwable cause)
Constructs a new
LanguageException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LanguageException()
LanguageException with null as its detail message.public LanguageException(String message)
LanguageException with the specified detail message.message - exception messagepublic LanguageException(String message, Throwable cause)
LanguageException with the specified detail message and cause.message - exception messagecause - exception causepublic LanguageException(Throwable cause)
LanguageException with the specified cause.cause - exception causeCopyright © 2020. All rights reserved.