Class 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.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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​(java.lang.String msg)
        Constructor