de.cesr.more.util.exception
Class MIdentifyCallerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.cesr.more.util.exception.MIdentifyCallerException
All Implemented Interfaces:
Serializable

public class MIdentifyCallerException
extends Exception

MORe

See Also:
Serialized Form
Date:
27.06.2011

Constructor Summary
MIdentifyCallerException()
           
 
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

MIdentifyCallerException

public MIdentifyCallerException()
Method Detail

getStackTrace

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

printStackTrace

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

printStackTrace

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