public class WrongListFormException extends IllegalStateException
List
is not in the expected form.
This exception should be used whenever you use methods from class ListFormChecker.
ListFormChecker
,
Serialized FormConstructor and Description |
---|
WrongListFormException(String message)
Creates a new WrongListFormException with the specified message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WrongListFormException(String message)
message
- the Exception's
message.