de.cesr.lara.components.util.exceptions
Class LIdentifyCallerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.cesr.lara.components.util.exceptions.LaraException
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
LIdentifyCallerException
public LIdentifyCallerException()
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)