org.slim3.commons.exception
Class InstantiationRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.slim3.commons.exception.SRuntimeException
org.slim3.commons.exception.InstantiationRuntimeException
- All Implemented Interfaces:
- Serializable
public class InstantiationRuntimeException
- extends SRuntimeException
This exception is thrown when a InstantiationException
is
encountered.
- Since:
- 3.0
- Author:
- higa
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InstantiationRuntimeException
public InstantiationRuntimeException(Class<?> targetClass,
InstantiationException cause)
- Constructor.
- Parameters:
targetClass
- the target classcause
- the cause
getTargetClass
public Class<?> getTargetClass()
- Returns the target class.
- Returns:
- the target class
Copyright © 2008-2009 The Slim3 project. All Rights Reserved.