Uses of Class
org.nuxeo.ecm.core.schema.types.TypeException
- 
Packages that use TypeException Package Description org.nuxeo.ecm.core.schema Schema API and implementation; a schema describes the names and types of some fields.org.nuxeo.ecm.core.schema.types  - 
- 
Uses of TypeException in org.nuxeo.ecm.core.schema
Methods in org.nuxeo.ecm.core.schema that throw TypeException Modifier and Type Method Description protected voidSchemaManagerImpl. loadSchema(SchemaBindingDescriptor sd)protected SchemaXSDLoader. loadSchema(String name, String prefix, com.sun.xml.xsom.XSSchemaSet schemaSet, String xsdElement)protected SchemaXSDLoader. loadSchema(String name, String prefix, com.sun.xml.xsom.XSSchemaSet schemaSet, String xsdElement, boolean isVersionWritable)SchemaXSDLoader. loadSchema(String name, String prefix, File file)SchemaXSDLoader. loadSchema(String name, String prefix, File file, String xsdElement)Called by schema manager.SchemaXSDLoader. loadSchema(String name, String prefix, File file, String xsdElement, boolean isVersionWritable)SchemaXSDLoader. loadSchema(String name, String prefix, URL url)SchemaXSDLoader. loadSchema(String name, String prefix, URL url, String xsdElement)Create Nuxeo schema from a XSD resource. - 
Uses of TypeException in org.nuxeo.ecm.core.schema.types
Subclasses of TypeException in org.nuxeo.ecm.core.schema.types Modifier and Type Class Description classTypeBindingExceptionMethods in org.nuxeo.ecm.core.schema.types that throw TypeException Modifier and Type Method Description ObjectComplexTypeImpl. convert(Object object)ObjectListTypeImpl. convert(Object object)ObjectSimpleTypeImpl. convert(Object value)ObjectType. convert(Object value)Converts the given value to an object compatible with the associated type.booleanAbstractType. validate(Object object)booleanComplexTypeImpl. validate(Object object)booleanListTypeImpl. validate(Object object)booleanSimpleTypeImpl. validate(Object object)booleanType. validate(Object object)Tests whether the given object is of this type. 
 -