Daisy Open Source CMS

org.outerj.daisy.tools.importexport.model.schema
Interface ImpExpSchemaFactory.SchemaFactoryListener

Enclosing class:
ImpExpSchemaFactory

public static interface ImpExpSchemaFactory.SchemaFactoryListener


Method Summary
 void failedDocumentType(String name, Throwable e)
           
 void failedFieldType(String name, Throwable e)
           
 void failedPartType(String name, Throwable e)
           
 

Method Detail

failedDocumentType

void failedDocumentType(String name,
                        Throwable e)
                        throws Exception
Throws:
Exception

failedPartType

void failedPartType(String name,
                    Throwable e)
                    throws Exception
Throws:
Exception

failedFieldType

void failedFieldType(String name,
                     Throwable e)
                     throws Exception
Throws:
Exception

Daisy Open Source CMS