com.hp.hpl.jena.datatypes.xsd
Class IllegalDateTimeFieldException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.hp.hpl.jena.shared.JenaException
                  extended bycom.hp.hpl.jena.datatypes.xsd.IllegalDateTimeFieldException
All Implemented Interfaces:
java.io.Serializable

public class IllegalDateTimeFieldException
extends JenaException

Exception thrown when attempting to access a field of an XSDDateTime object that is not legal for the current date/time type. For example, accessing the day from a gYearMonth object.

Version:
$Revision: 1.8 $ on $Date: 2003/08/27 12:53:29 $
Author:
Dave Reynolds
See Also:
Serialized Form

Constructor Summary
IllegalDateTimeFieldException(java.lang.String msg)
          Constructor
 
Methods inherited from class com.hp.hpl.jena.shared.JenaException
getCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalDateTimeFieldException

public IllegalDateTimeFieldException(java.lang.String msg)
Constructor



Copyright © 2000-2003 Hewlett-Packard. All Rights Reserved.