|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EXISchemaFactoryErrorHandler
This interface reports exceptions from EXISchemaFactory during schema processing. Users of EXISchemaFactory need to provide an implementation of this interface to receive errors from EXISchemaFactory.
| Method Summary | |
|---|---|
void |
error(EXISchemaFactoryException exc)
Report an error found during schema processing. |
void |
fatalError(EXISchemaFactoryException exc)
Report a fatal error found during schema processing. |
void |
warning(EXISchemaFactoryException exc)
Report a warning found during schema processing. |
| Method Detail |
|---|
void warning(EXISchemaFactoryException exc)
throws EXISchemaFactoryException
exc - warning found
EXISchemaFactoryException - at the discretion of the application
void error(EXISchemaFactoryException exc)
throws EXISchemaFactoryException
exc - error found
EXISchemaFactoryException - at the discretion of the application
void fatalError(EXISchemaFactoryException exc)
throws EXISchemaFactoryException
exc - fatal error found
EXISchemaFactoryException - at the discretion of the application
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||