Client and backend. This class is shared: the same code is compiled into your app and into your server, so everything on this page works in both.
public class DateTimeException
- Object
- Throwable
- Exception
- RuntimeException
- DateTimeException
Known subtypesDateTimeParseException
Constructors
public DateTimeException(String message) | |
public DateTimeException(String message, Throwable cause) |
Inherited methods
Constructor details
DateTimeException
public DateTimeException(String message)DateTimeException
public DateTimeException(String message, Throwable cause)