Interface IExceptionHandler
-
- All Known Implementing Classes:
DefaultExceptionHandler
public interface IExceptionHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(XtumlException e)voidwarn(String message)
-
-
-
Method Detail
-
handle
void handle(XtumlException e)
-
warn
void warn(String message)
-
-