test.de.smartics.exceptions.i18n.message
Class DefaultMessageComposerInheritanceTest.TestLocalizedException

Package class diagram package DefaultMessageComposerInheritanceTest.TestLocalizedException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.smartics.exceptions.AbstractCoreException
              extended by de.smartics.exceptions.i18n.AbstractLocalizedException
                  extended by test.de.smartics.exceptions.i18n.message.DefaultMessageComposerInheritanceTest.TestLocalizedException
All Implemented Interfaces:
CoreException, LocalizedException, Serializable
Direct Known Subclasses:
DefaultMessageComposerInheritanceTest.TestLocalizedException2
Enclosing class:
DefaultMessageComposerInheritanceTest

public static class DefaultMessageComposerInheritanceTest.TestLocalizedException
     
     
extends AbstractLocalizedException

The application exception build in this test.

See Also:
Serialized Form

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

date

@MessageParam(value="0")
protected final Date date
Test field.


count

@MessageParam(value="1")
protected final int count
Test field.

Constructor Detail

DefaultMessageComposerInheritanceTest.TestLocalizedException

public DefaultMessageComposerInheritanceTest.TestLocalizedException(Date date,
                                                                    int count)
Default constructor.

Parameters:
date - the value for date.
count - the value for count.

DefaultMessageComposerInheritanceTest.TestLocalizedException

public DefaultMessageComposerInheritanceTest.TestLocalizedException(Throwable cause,
                                                                    Date date,
                                                                    int count)
Default constructor.

Parameters:
cause - the root cause.
date - the value for date.
count - the value for count.
Method Detail

getCount

public int getCount()
Returns the value for count.

Test field.

Returns:
the value for count.

getDate

public Date getDate()
Returns the value for date.

Test field.

Returns:
the value for date.


Copyright © 2007-$2011 Kronseder & Reiner GmbH - smartics. All Rights Reserved.