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

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

public static final class OgnlMessageExceptionTest.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
OgnlMessageExceptionTest.TestLocalizedException(OgnlMessageExceptionTest.User user)
          Default constructor.
OgnlMessageExceptionTest.TestLocalizedException(Throwable cause, OgnlMessageExceptionTest.User user)
          Default constructor.
 
Method Summary
 OgnlMessageExceptionTest.User getUser()
          Returns the value for user.
 
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

OgnlMessageExceptionTest.TestLocalizedException

public OgnlMessageExceptionTest.TestLocalizedException(OgnlMessageExceptionTest.User user)
Default constructor.

Parameters:
user - the value for user.

OgnlMessageExceptionTest.TestLocalizedException

public OgnlMessageExceptionTest.TestLocalizedException(Throwable cause,
                                                       OgnlMessageExceptionTest.User user)
Default constructor.

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

getUser

public OgnlMessageExceptionTest.User getUser()
Returns the value for user.

Test field.

Returns:
the value for user.


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