net.sf.sapjcosupport
Class ReflectionFieldIterator.RuntimeWrapperException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
net.sf.sapjcosupport.ReflectionFieldIterator.RuntimeWrapperException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ReflectionFieldIterator.IllegalAccessRuntimeException
- Enclosing class:
- ReflectionFieldIterator
- public class ReflectionFieldIterator.RuntimeWrapperException
- extends org.springframework.core.NestedRuntimeException
Wraps any Throwable instance in a RuntimeException.
- See Also:
- Serialized Form
Methods inherited from class org.springframework.core.NestedRuntimeException |
contains, getCause, getMessage, printStackTrace, printStackTrace |
ReflectionFieldIterator.RuntimeWrapperException
public ReflectionFieldIterator.RuntimeWrapperException(Throwable throwable)
- Uses the message provided by the original throwable.
- Parameters:
throwable
- instance to wrap
ReflectionFieldIterator.RuntimeWrapperException
public ReflectionFieldIterator.RuntimeWrapperException(String message,
Throwable throwable)
- Uses a specified messaged to pass to the parent constructor.
- Parameters:
message
- message to associatethrowable
- instance to wrap
Copyright © 2006 null. All Rights Reserved.