Class CalendarDateParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.nebula.widgets.calendarcombo.CalendarDateParseException
All Implemented Interfaces:
java.io.Serializable

public class CalendarDateParseException
extends java.lang.Exception
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static int TYPE_EXCEPTION
    On normal Exception
    static int TYPE_INSUFFICIENT_SPLITTERS
    If expected date splitters and entered splitters are not the same in count
    static int TYPE_NO_SLPITTER_CHAR
    If entered date has no splitter characters in it
    static int TYPE_UNABLE_TO_PARSE_MONTH
    If month parsing failed.
    static int TYPE_UNKNOWN_CALENDAR_TYPE
    If a calendar type defined in the Java calendar (such as YYYY) does not compute.
  • Constructor Summary

    Constructors 
    Constructor Description
    CalendarDateParseException​(int type)  
    CalendarDateParseException​(java.lang.String message, int type)  
    CalendarDateParseException​(java.lang.String message, java.lang.Throwable cause, int type)  
    CalendarDateParseException​(java.lang.Throwable cause, int type)  
  • Method Summary

    Modifier and Type Method Description
    int getDateParseErrorType()
    Returns the date parse error type.

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait