ParserTools Class Reference

Static Public Member Functions

static Calendar dateFromParsedObject (Object parsed) throws IllegalArgumentException
 

Detailed Description

A collection of parsing related tools.

Member Function Documentation

static Calendar dateFromParsedObject ( Object  parsed) throws IllegalArgumentException
static

Converts the given object to a calendar object.

Parameters
parsedThe parsed object
Returns
The calendar object
Exceptions
IllegalArgumentExceptionIn case the provided object cannot be converted to the date object. Details are contained in the exception message.

The documentation for this class was generated from the following file:
  • ParserTools.java