org.slim3.container.exception
Class InterceptorsConfigurationRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.slim3.commons.exception.SRuntimeException
                  extended by org.slim3.container.exception.InterceptorsConfigurationRuntimeException
All Implemented Interfaces:
Serializable

public class InterceptorsConfigurationRuntimeException
extends SRuntimeException

This exception is thrown when interceptors configuration is wrong.

Author:
higa
See Also:
Serialized Form

Field Summary
protected  String key
          The key of configuration.
 
Constructor Summary
InterceptorsConfigurationRuntimeException(String key, Throwable cause)
          Constructor.
 
Method Summary
 String getKey()
          Returns the key.
 
Methods inherited from class org.slim3.commons.exception.SRuntimeException
convertCauseMessage, getArgs, getMessageCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

key

protected String key
The key of configuration.

Constructor Detail

InterceptorsConfigurationRuntimeException

public InterceptorsConfigurationRuntimeException(String key,
                                                 Throwable cause)
Constructor.

Parameters:
key - the key
cause - the cause
Method Detail

getKey

public String getKey()
Returns the key.

Returns:
the key


Copyright © 2008-2009 The Slim3 project. All Rights Reserved.