Uses of Class org.relaxng.datatype.DatatypeException

Uses in package org.relaxng.datatype.helpers

Methods which throw type org.relaxng.datatype.DatatypeException

void
Adds a new parameter.
void
Datatype
Derives a new Datatype from a Datatype by parameters that were already set through the addParameter method.

Uses in package gnu.xml.validation.datatype

Methods which throw type org.relaxng.datatype.DatatypeException

void
Adds a new parameter.
void
void
void
Similar to the isValid method but throws an exception with diagnosis in case of errors.
void
Datatype
Gets or creates a pre-defined type.
DatatypeBuilder
Creates a new instance of DatatypeBuilder.

Uses in package org.relaxng.datatype

Methods which throw type org.relaxng.datatype.DatatypeException

void
Adds a new parameter.
void
Similar to the isValid method, but this method throws Exception (with possibly diagnostic information), instead of returning false.
void
Similar to the isValid method but throws an exception with diagnosis in case of errors.
Datatype
Derives a new Datatype from a Datatype by parameters that were already set through the addParameter method.
Datatype
Gets or creates a pre-defined type.
DatatypeBuilder
Creates a new instance of DatatypeBuilder.