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.

Author:
Robert Reiner

Field Summary
 
Fields inherited from class de.smartics.exceptions.context.AbstractExceptionContext
idFactory, throwableHandleMode
 
Constructor Summary
SystemDefaultExceptionContext()
          Default constructor.
 
Method Summary
static void provideProperties(BaseConfiguration configuration)
          Sets the properties relevant to this implementation to the given configuration.
 
Methods inherited from class de.smartics.exceptions.context.AbstractExceptionContext
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(BaseConfiguration configuration)
Sets the properties relevant to this implementation to the given configuration.

Parameters:
configuration - the configuration to add properties to.


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