Package de.mhus.lib.errors
Class DummyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.mhus.lib.errors.MException
-
- de.mhus.lib.errors.DummyException
-
- All Implemented Interfaces:
IResult,Serializable
public class DummyException extends MException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DummyException(String msg)DummyException(String msg, StackTraceElement[] stackTrace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StackTraceElement[]getStackTrace()-
Methods inherited from class de.mhus.lib.errors.MException
getReturnCode, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.mhus.lib.basics.IResult
getMessage
-
-
-
-
Constructor Detail
-
DummyException
public DummyException(String msg)
-
DummyException
public DummyException(String msg, StackTraceElement[] stackTrace)
-
-
Method Detail
-
getStackTrace
public StackTraceElement[] getStackTrace()
- Overrides:
getStackTracein classThrowable
-
-