de.cesr.lara.components.util.exceptions
Class LIdentifyCallerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.cesr.lara.components.util.exceptions.LaraException
              extended by de.cesr.lara.components.util.exceptions.LIdentifyCallerException
All Implemented Interfaces:
Serializable

public class LIdentifyCallerException
extends LaraException

This exception is used to produce a stack trace and log it.

See Also:
Serialized Form

Constructor Summary
LIdentifyCallerException()
           
 
Method Summary
 StackTraceElement[] getStackTrace()
           
 void printStackTrace(PrintStream writer)
           
 void printStackTrace(PrintWriter writer)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LIdentifyCallerException

public LIdentifyCallerException()
Method Detail

getStackTrace

public StackTraceElement[] getStackTrace()
Overrides:
getStackTrace in class Throwable
See Also:
Throwable.getStackTrace()

printStackTrace

public void printStackTrace(PrintStream writer)
Overrides:
printStackTrace in class Throwable
See Also:
Throwable.printStackTrace(java.io.PrintStream)

printStackTrace

public void printStackTrace(PrintWriter writer)
Overrides:
printStackTrace in class Throwable
See Also:
Throwable.printStackTrace(java.io.PrintWriter)