iaik.tc.utils.logging.java12
Class LogCallerInfoJava12

java.lang.Object
  extended by iaik.tc.utils.logging.LogCallerInfo
      extended by iaik.tc.utils.logging.java12.LogCallerInfoJava12

public class LogCallerInfoJava12
extends LogCallerInfo

This class implements the CallerInfo for Java environments older than version 1.4. The class library of those Java environments does not support the Exception.getStackTrace method. Therefore, the call stack is obtained differently: The calltrace is written to a custom PrintWriter implementation which parses the data and extracts the class name, the method name and the line number of the call.


Constructor Summary
LogCallerInfoJava12()
           
 
Method Summary
 
Methods inherited from class iaik.tc.utils.logging.LogCallerInfo
getClassName, getLineNumber, getMethodName, setClassName, setLineNumber, setMethodName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogCallerInfoJava12

public LogCallerInfoJava12()