net.sf.sapjcosupport
Class ReflectionFieldIterator.RuntimeWrapperException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.springframework.core.NestedRuntimeException
                  extended bynet.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

Constructor Summary
ReflectionFieldIterator.RuntimeWrapperException(String message, Throwable throwable)
          Uses a specified messaged to pass to the parent constructor.
ReflectionFieldIterator.RuntimeWrapperException(Throwable throwable)
          Uses the message provided by the original throwable.
 
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

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 associate
throwable - instance to wrap


Copyright © 2006 null. All Rights Reserved.