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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.hp.hpl.jena.shared.JenaException
                  extended by com.hp.hpl.jena.datatypes.xsd.IllegalDateTimeFieldException
All Implemented Interfaces:
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.1 $ on $Date: 2009-06-29 08:56:03 $
Author:
Dave Reynolds
See Also:
Serialized Form

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

Constructor Detail

IllegalDateTimeFieldException

public IllegalDateTimeFieldException(String msg)
Constructor



Licenced under the Apache License, Version 2.0