|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Error handler class to manage errors during the writing process. This can be used to filter exceptions thrown during the writing process.
| Method Summary | |
void |
error(Object location,
String message,
Exception e,
GraphMLWriteContext context)
Handles an error message that originates from the writer or subordinate classes. |
void |
fatal(Object location,
String message,
Exception e,
GraphMLWriteContext context)
Handles an FATAL error message that originates from the writer or subordinate classes. |
void |
warning(Object location,
String message,
Exception e,
GraphMLWriteContext context)
Handles an warning message that originates from the writer or subordinate classes. |
| Method Detail |
public void error(Object location,
String message,
Exception e,
GraphMLWriteContext context)
throws GraphMLWriteException
location - identifier for the location of the errormessage - a descriptive message of the errore - a reference to an exception, if the error has been caused by catching onecontext - the current write context when the error occured
GraphMLWriteException - propagated or new exception that notifies callers of this error
public void fatal(Object location,
String message,
Exception e,
GraphMLWriteContext context)
throws GraphMLWriteException
location - identifier for the location of the errormessage - a descriptive message of the errore - a reference to an exception, if the error has been caused by catching onecontext - the current write context when the error occured
GraphMLWriteException - propagated or new exception that notifies callers of this error
public void warning(Object location,
String message,
Exception e,
GraphMLWriteContext context)
location - identifier for the location of the errormessage - a descriptive message of the errore - a reference to an exception, if the error has been caused by catching onecontext - the current write context when the error occured
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||