Uses of Class
com.sun.tools.rngdatatype.DatatypeException
Packages that use DatatypeException
Package
Description
RELAX NG built-in datatype implementation.
-
Uses of DatatypeException in com.sun.tools.rngdatatype
Methods in com.sun.tools.rngdatatype that throw DatatypeExceptionModifier and TypeMethodDescriptionvoidDatatypeBuilder.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.DatatypeBuilder.createDatatype()Derives a new Datatype from a Datatype by parameters that were already set through the addParameter method.DatatypeLibrary.createDatatype(String typeLocalName) Gets or creates a pre-defined type.DatatypeLibrary.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 DatatypeExceptionModifier and TypeMethodDescriptionvoidParameterlessDatatypeBuilder.addParameter(String name, String strValue, ValidationContext context) voidStreamingValidatorImpl.checkValid()ParameterlessDatatypeBuilder.createDatatype() -
Uses of DatatypeException in com.sun.tools.rngom.dt.builtin
Methods in com.sun.tools.rngom.dt.builtin that throw DatatypeExceptionModifier and TypeMethodDescriptionBuiltinDatatypeLibrary.createDatatype(String type) BuiltinDatatypeLibrary.createDatatypeBuilder(String type)