de.smartics.exceptions.context
Class SystemDefaultExceptionContext

Package class diagram package SystemDefaultExceptionContext
java.lang.Object
  extended by de.smartics.exceptions.context.AbstractExceptionContext
      extended by de.smartics.exceptions.context.SystemDefaultExceptionContext
All Implemented Interfaces:
ExceptionContext

public class SystemDefaultExceptionContext
     
     
extends AbstractExceptionContext

An exception context with a UUID factory for default configuration. This configuration is not read from a file but created in-memory.


Field Summary
 
Fields inherited from class de.smartics.exceptions.context.AbstractExceptionContext
formatter, idFactory, throwableHandleMode
 
Constructor Summary
SystemDefaultExceptionContext()
          Default constructor.
 
Method Summary
static void provideProperties(org.apache.commons.configuration.BaseConfiguration configuration)
          Sets the properties relevant to this implementation to the given configuration.
 
Methods inherited from class de.smartics.exceptions.context.AbstractExceptionContext
getCodeMessageFormatter, getIdFactory, getThrowableHandleMode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemDefaultExceptionContext

public SystemDefaultExceptionContext()
                              throws IllegalArgumentException
Default constructor.

Throws:
IllegalArgumentException - if the context cannot be build due to invalid or illegal configuration properties.
Method Detail

provideProperties

public static final void provideProperties(org.apache.commons.configuration.BaseConfiguration configuration)
Sets the properties relevant to this implementation to the given configuration.

Parameters:
configuration - the configuration to add properties to.


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