Uses of Class
com.sun.tools.rngdatatype.DatatypeException
-
Packages that use DatatypeException Package Description com.sun.tools.rngdatatype com.sun.tools.rngdatatype.helpers com.sun.tools.rngom.dt.builtin RELAX NG built-in datatype implementation. -
-
Uses of DatatypeException in com.sun.tools.rngdatatype
Methods in com.sun.tools.rngdatatype that throw DatatypeException Modifier and Type Method Description voidDatatypeBuilder. addParameter(String name, String strValue, ValidationContext context)Adds a new parameter.voidDatatype. checkValid(String literal, ValidationContext context)Similar to the isValid method but throws an exception with diagnosis in case of errors.voidDatatypeStreamingValidator. checkValid()Similar to the isValid method, but this method throws Exception (with possibly diagnostic information), instead of returning false.DatatypeDatatypeBuilder. createDatatype()Derives a new Datatype from a Datatype by parameters that were already set through the addParameter method.DatatypeDatatypeLibrary. createDatatype(String typeLocalName)Gets or creates a pre-defined type.DatatypeBuilderDatatypeLibrary. createDatatypeBuilder(String baseTypeLocalName)Creates a new instance of DatatypeBuilder. -
Uses of DatatypeException in com.sun.tools.rngdatatype.helpers
Methods in com.sun.tools.rngdatatype.helpers that throw DatatypeException Modifier and Type Method Description voidParameterlessDatatypeBuilder. addParameter(String name, String strValue, ValidationContext context)voidStreamingValidatorImpl. checkValid()DatatypeParameterlessDatatypeBuilder. createDatatype() -
Uses of DatatypeException in com.sun.tools.rngom.dt.builtin
Methods in com.sun.tools.rngom.dt.builtin that throw DatatypeException Modifier and Type Method Description DatatypeBuiltinDatatypeLibrary. createDatatype(String type)DatatypeBuilderBuiltinDatatypeLibrary. createDatatypeBuilder(String type)
-