public class

InvalidDatatypeValueException

extends DatatypeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ org.apache.xerces.impl.dv.DatatypeException
         ↳ org.apache.xerces.impl.dv.InvalidDatatypeValueException

Class Overview

Datatype exception for invalid values.

Summary

[Expand]
Inherited Fields
From class org.apache.xerces.impl.dv.DatatypeException
Public Constructors
InvalidDatatypeValueException(String key, Object[] args)
Create a new datatype exception by providing an error code and a list of error message substitution arguments.
[Expand]
Inherited Methods
From class org.apache.xerces.impl.dv.DatatypeException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public InvalidDatatypeValueException (String key, 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