Class InvalidDatatypeValueException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidDatatypeValueException
    extends DatatypeException
    Datatype exception for invalid values. @xerces.internal
    Version:
    $Id: InvalidDatatypeValueException.java 446751 2006-09-15 21:54:06Z mrglavas $
    Author:
    Sandy Gao, IBM
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidDatatypeValueException​(java.lang.String key, java.lang.Object[] args)
      Create a new datatype exception by providing an error code and a list of error message substitution arguments.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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

      • InvalidDatatypeValueException

        public InvalidDatatypeValueException​(java.lang.String key,
                                             java.lang.Object[] args)
        Create a new datatype exception by providing an error code and a list of error message substitution arguments.
        Parameters:
        key - error code
        args - error arguments