|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.slim3.commons.exception.SRuntimeException
org.slim3.commons.exception.NamingRuntimeException
org.slim3.commons.exception.NameNotFoundRuntimeException
public class NameNotFoundRuntimeException
This exception is thrown when the name is not bound to any objects.
| 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 |
|---|
protected Class<?> beanClass
protected String propertyName
protected String name
| Constructor Detail |
|---|
public NameNotFoundRuntimeException(String name)
name - the name| Method Detail |
|---|
public String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||