public interface ClassNameErrorHandler
Modifier and Type | Method and Description |
---|---|
void |
handle(java.lang.String className)
Performs error handling behavior for bad class name.
|
void |
handle(java.lang.String classname,
java.lang.Throwable e)
Performs error handling behavior for failure to read class due to exception.
|
void handle(java.lang.String className)
className
- the name of the class for inclusion in messagesvoid handle(java.lang.String classname, java.lang.Throwable e)
classname
- the class name to include in messagee
- the exception from loading class