|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception de.smartics.exceptions.AbstractCoreException de.smartics.exceptions.i18n.AbstractLocalizedException test.de.smartics.exceptions.i18n.message.DefaultMessageComposerInheritanceTest.TestLocalizedException
public static class DefaultMessageComposerInheritanceTest.TestLocalizedException
The application exception build in this test.
Field Summary | |
---|---|
protected int |
count Test field. |
protected Date |
date Test field. |
Fields inherited from class de.smartics.exceptions.i18n.AbstractLocalizedException |
---|
localizedInfo |
Fields inherited from class de.smartics.exceptions.AbstractCoreException |
---|
info |
Constructor Summary | |
---|---|
DefaultMessageComposerInheritanceTest.TestLocalizedException(Date date, int count) Default constructor. |
|
DefaultMessageComposerInheritanceTest.TestLocalizedException(Throwable cause, Date date, int count) Default constructor. |
Method Summary | |
---|---|
int |
getCount() Returns the value for count. |
Date |
getDate() Returns the value for date. |
Methods inherited from class de.smartics.exceptions.i18n.AbstractLocalizedException |
---|
getBundleBaseName, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedTextMessage, getLocalizedTextMessage, getLocalizedTextMessage, getMessage, getMessage, getMessage, getMessages, getMessages, getResourceKey |
Methods inherited from class de.smartics.exceptions.AbstractCoreException |
---|
getCause, getCode, getId, getTime, toString, truncateCause |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getStackTrace, 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.smartics.exceptions.CoreException |
---|
getCause, getCode, getId, getStackTrace, getTime, setStackTrace, truncateCause |
Field Detail |
---|
@MessageParam(value="0") protected final Date date
@MessageParam(value="1") protected final int count
Constructor Detail |
---|
public DefaultMessageComposerInheritanceTest.TestLocalizedException(Date date, int count)
date
- the value for date.
count
- the value for count.
public DefaultMessageComposerInheritanceTest.TestLocalizedException(Throwable cause, Date date, int count)
cause
- the root cause.
date
- the value for date.
count
- the value for count.
Method Detail |
---|
public int getCount()
Test field.
public Date getDate()
Test field.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |