Package org.openrefine.expr.util
Class CalendarParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openrefine.expr.util.CalendarParserException
-
- All Implemented Interfaces:
Serializable
public class CalendarParserException extends Exception
Thrown when an invalid date is encountered inCalendarParser
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CalendarParserException()
Default date format exception.CalendarParserException(String str)
Date format exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CalendarParserException
public CalendarParserException()
Default date format exception.
-
CalendarParserException
public CalendarParserException(String str)
Date format exception.- Parameters:
str
- error message
-
-