org.slim3.commons.exception
Class ClassNotFoundRuntimeException

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.commons.exception.ClassNotFoundRuntimeException
All Implemented Interfaces:
Serializable

public class ClassNotFoundRuntimeException
extends SRuntimeException

This exception is thrown when a ClassNotFoundException is encountered.

Since:
3.0
Author:
higa
See Also:
Serialized Form

Constructor Summary
ClassNotFoundRuntimeException(String className, ClassNotFoundException cause)
          Constructor.
 
Method Summary
 String getClassName()
          Returns the class name.
 
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
 

Constructor Detail

ClassNotFoundRuntimeException

public ClassNotFoundRuntimeException(String className,
                                     ClassNotFoundException cause)
Constructor.

Parameters:
className - the class name
cause - the cause
Method Detail

getClassName

public String getClassName()
Returns the class name.

Returns:
the class name


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