Method Summary |
|
final protected Class | checkClass(String classname) |
public static boolean | elementDebugValue(Element element, boolean defaultValue) A convenient method to get debugging mode with a default value. |
final public boolean | isDebug() Tell if the handler is in debugging mode or not. |
final public void | setDebug(boolean d) Set deubgging mode. |
final protected void | trace(String str) Debugging. |
final protected void | trace(Object obj) Debugging. |
final protected void | traceBegin() Debugging (at the beginning of the execution of a method). |
final protected void | traceEnd(String str) Debugging (at the end of the execution of a method). |
final protected void | traceEnd(Object obj) Debugging (at the end of the execution of a method). |
final protected void | traceEnd() Debugging (at the end of the execution of a method). |
final protected void | traceThrow(Exception e) Debugging (throwing an exception). |