public class UnsupportedCaseException extends RuntimeException
| Constructor and Description | 
|---|
UnsupportedCaseException()
Initializes a new instance of the  
UnsupportedCaseException class. | 
UnsupportedCaseException(String message)
Initializes a new instance with a specified error message. 
 | 
UnsupportedCaseException(String message,
                        RuntimeException inner)
Initializes a new instance with a specified error message and a reference to the inner
    exception that is the cause of this exception. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedCaseException()
UnsupportedCaseException class.public UnsupportedCaseException(String message)
message - The error message that explains the reason for the exception.public UnsupportedCaseException(String message, RuntimeException inner)
message - The error message that explains the reason for the exception.inner - The exception that is the cause of the current exception.