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

Package class diagram package DefaultMessageComposerSpecificIndexTest.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.DefaultMessageComposerSpecificIndexTest.TestLocalizedException
All Implemented Interfaces:
CoreException, LocalizedException, Serializable
Enclosing class:
DefaultMessageComposerSpecificIndexTest

public static final class DefaultMessageComposerSpecificIndexTest.TestLocalizedException
     
     
extends AbstractLocalizedException

The application exception build in this test.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class de.smartics.exceptions.i18n.AbstractLocalizedException
localizedInfo
 
Fields inherited from class de.smartics.exceptions.AbstractCoreException
info
 
Constructor Summary
DefaultMessageComposerSpecificIndexTest.TestLocalizedException(String name, Date date, int count)
          Default constructor.
DefaultMessageComposerSpecificIndexTest.TestLocalizedException(Throwable cause, String name, Date date, int count)
          Default constructor.
 
Method Summary
 int getCount()
          Returns the value for count.
 Date getDate()
          Returns the value for date.
 String getName()
          Returns the value for name.
 
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
 

Constructor Detail

DefaultMessageComposerSpecificIndexTest.TestLocalizedException

public DefaultMessageComposerSpecificIndexTest.TestLocalizedException(String name,
                                                                      Date date,
                                                                      int count)
Default constructor.

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

DefaultMessageComposerSpecificIndexTest.TestLocalizedException

public DefaultMessageComposerSpecificIndexTest.TestLocalizedException(Throwable cause,
                                                                      String name,
                                                                      Date date,
                                                                      int count)
Default constructor.

Parameters:
cause - the root cause.
name - the value for name.
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.

getName

public String getName()
Returns the value for name.

Test field.

Returns:
the value for name.


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