The DateException class
Guide
Edit on GitHub ✎
Parent class of Date/Time exceptions, for issues that come to light due to user input, or free form text arguments that need to be parsed.
Intro
Parent class of Date/Time exceptions, for issues that come to light due to user input, or free form text arguments that need to be parsed.
The following child exceptions are thrown by the extension:
DateInvalidOperationExceptionDateInvalidTimezoneExceptionDateMalformedIntervalStringExceptionDateMalformedPeriodStringExceptionDateMalformedStringException
Class synopsis
extends Exception { }