FileDocCategorySizeDatePackage
SchemaDateTimeException.javaAPI DocJava SE 5 API3049Fri Aug 26 14:55:48 BST 2005com.sun.org.apache.xerces.internal.impl.dv.xs

SchemaDateTimeException

public class SchemaDateTimeException extends RuntimeException
version
$Id: SchemaDateTimeException.java,v 1.3 2002/01/29 01:15:12 lehors Exp $

Fields Summary
Constructors Summary
public SchemaDateTimeException()

        super();
    
public SchemaDateTimeException(String s)

        super (s);
    
Methods Summary