org.slim3.commons.exception
Class NameNotFoundRuntimeException

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.NamingRuntimeException
                      extended by org.slim3.commons.exception.NameNotFoundRuntimeException
All Implemented Interfaces:
Serializable

public class NameNotFoundRuntimeException
extends NamingRuntimeException

This exception is thrown when the name is not bound to any objects.

Author:
higa
See Also:
Serialized Form

Field Summary
protected  Class<?> beanClass
          The bean class.
protected  String name
          The name.
protected  String propertyName
          The property name.
 
Constructor Summary
NameNotFoundRuntimeException(String name)
          Constructor.
 
Method Summary
 String getName()
          Returns the 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
 

Field Detail

beanClass

protected Class<?> beanClass
The bean class.


propertyName

protected String propertyName
The property name.


name

protected String name
The name.

Constructor Detail

NameNotFoundRuntimeException

public NameNotFoundRuntimeException(String name)
Constructor.

Parameters:
name - the name
Method Detail

getName

public String getName()
Returns the name.

Returns:
the name


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