FileDocCategorySizeDatePackage
SchemaDateTimeException.javaAPI DocJava SE 6 API1122Tue Jun 10 00:22:42 BST 2008com.sun.org.apache.xerces.internal.impl.dv.xs

SchemaDateTimeException

public class SchemaDateTimeException extends RuntimeException
xerces.internal
version
$Id: SchemaDateTimeException.java,v 1.2.6.1 2005/09/06 11:43:08 neerajbj Exp $

Fields Summary
static final long
serialVersionUID
Serialization version.
Constructors Summary
public SchemaDateTimeException()

    
       
        super();
    
public SchemaDateTimeException(String s)

        super (s);
    
Methods Summary