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

Package class diagram package DefaultMessageComposerInheritanceTest.TestLocalizedException2
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
                      extended by test.de.smartics.exceptions.i18n.message.DefaultMessageComposerInheritanceTest.TestLocalizedException2
All Implemented Interfaces:
CoreException, LocalizedException, Serializable
Enclosing class:
DefaultMessageComposerInheritanceTest

public static final class DefaultMessageComposerInheritanceTest.TestLocalizedException2
     
     
extends DefaultMessageComposerInheritanceTest.TestLocalizedException

The application exception build in this test.

See Also:
Serialized Form

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

DefaultMessageComposerInheritanceTest.TestLocalizedException2

public DefaultMessageComposerInheritanceTest.TestLocalizedException2(String name,
                                                                     Date date,
                                                                     int count)
Default constructor.

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

DefaultMessageComposerInheritanceTest.TestLocalizedException2

public DefaultMessageComposerInheritanceTest.TestLocalizedException2(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

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.