|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jcoderz.commons.BaseRuntimeException
org.jcoderz.commons.test.TestServiceRuntimeException
org.jcoderz.commons.test.FunnyRuntimeException
public class FunnyRuntimeException
Not real fun!
Generic technical issue in the caused by '{CAUSE_TEXT}'.
This exception encapsulates the log message
TssLogMessage.FUNNY_RUNTIME.
| Constructor Summary | |
|---|---|
|
FunnyRuntimeException(String causeText)
Constructs a funny runtime exception with a cause. |
|
FunnyRuntimeException(String causeText,
Throwable cause)
Constructs a funny runtime exception with a cause. |
protected |
FunnyRuntimeException(TssLogMessage messageInfo)
Constructor getting an log message info. |
protected |
FunnyRuntimeException(TssLogMessage messageInfo,
Throwable cause)
Constructor getting an log message info and a root exception. |
| Method Summary | |
|---|---|
String |
valueOfCauseText()
Returns the value of the parameter causeText. |
| Methods inherited from class org.jcoderz.commons.BaseRuntimeException |
|---|
addParameter, getCause, getEventTime, getInstanceId, getLogMessageInfo, getMessage, getNodeId, getParameter, getParameterNames, getSourceClass, getSourceMethod, getThreadId, getThreadName, getTrackingNumber, initCause, log, logCreation, toDetailedString, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FunnyRuntimeException(String causeText,
Throwable cause)
causeText - The cause text used in the message.cause - the cause of this exception.public FunnyRuntimeException(String causeText)
causeText - The cause text used in the message.protected FunnyRuntimeException(TssLogMessage messageInfo)
messageInfo - the log message info for this exception
protected FunnyRuntimeException(TssLogMessage messageInfo,
Throwable cause)
messageInfo - the log message info for this exceptioncause - the problem that caused this exception to be thrown| Method Detail |
|---|
public String valueOfCauseText()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||