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

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

public static final class CompoundMessageExceptionTest.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
CompoundMessageExceptionTest.TestLocalizedException(int count)
          Default constructor.
CompoundMessageExceptionTest.TestLocalizedException(Throwable cause, int count)
          Default constructor.
 
Method Summary
 int getCount()
          Returns the value for count.
 
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

CompoundMessageExceptionTest.TestLocalizedException

public CompoundMessageExceptionTest.TestLocalizedException(int count)
Default constructor.

Parameters:
count - the value for count.

CompoundMessageExceptionTest.TestLocalizedException

public CompoundMessageExceptionTest.TestLocalizedException(Throwable cause,
                                                           int count)
Default constructor.

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

getCount

public int getCount()
Returns the value for count.

Test field.

Returns:
the value for count.


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