class: WrongDateException

public class: WrongDateException
Author: Johannes Mueller (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:14:23; Modified: 16.07.2009 15:14:23;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {98201033-A963-4857-AD94-7D419CD15170}
This exception occurs whenever a String cannot be transformed to <code>java.util.Date</code>. The variable
<code>dateString</code> contains the problematic String.
 

Goto: Custom Properties, Fields, Methods

Extends: UnmarshallingException

See also: UnmarshallingException

Appears in: exceptions

Connections
 
Custom Properties
 
WrongDateException Attributes
Attribute Details
private String
  dateString
Notes: The problematic String that lead to the exception.
 
WrongDateException Methods
Operation Details
public
getDateString():String
Sequential
Notes: Delivers the problematic String that lead to the exception.
@return the readString
public
WrongDateException(
   String dateString,
   Throwable cause):
Sequential
Notes: This constructor creates a new WrongDateException, forwards the given Throwable to the super class and stores the given String in the according member variable.