|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
net.sf.sapjcosupport.ReflectionFieldIterator.RuntimeWrapperException
net.sf.sapjcosupport.ReflectionFieldIterator.IllegalAccessRuntimeException
RuntimeException wrapper for IllegalAccessException.
Constructor Summary | |
ReflectionFieldIterator.IllegalAccessRuntimeException(IllegalAccessException exception)
Constructor. |
Methods inherited from class org.springframework.core.NestedRuntimeException |
contains, getCause, getMessage, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ReflectionFieldIterator.IllegalAccessRuntimeException(IllegalAccessException exception)
This method simply calls its parent with an IllegalAccessException
instance and an appropriate message.
exception
- IllegalAccessException to wrap
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |