Package com.vaadin.ui
Class DateField.UnparsableDateString
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.vaadin.data.Validator.InvalidValueException
-
- com.vaadin.ui.DateField.UnparsableDateString
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DateField
public static class DateField.UnparsableDateString extends Validator.InvalidValueException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnparsableDateString(String message)
-
Method Summary
-
Methods inherited from class com.vaadin.data.Validator.InvalidValueException
getCauses, getHtmlMessage, isInvisible
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnparsableDateString
public UnparsableDateString(String message)
-
-