org.slim3.container.exception
Class InterceptorsConfigurationRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.slim3.commons.exception.SRuntimeException
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. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
key
protected String key
- The key of configuration.
InterceptorsConfigurationRuntimeException
public InterceptorsConfigurationRuntimeException(String key,
Throwable cause)
- Constructor.
- Parameters:
key
- the keycause
- the cause
getKey
public String getKey()
- Returns the key.
- Returns:
- the key
Copyright © 2008-2009 The Slim3 project. All Rights Reserved.