org.apache.lucene.gdata.utils
Class ReflectionUtils.ReflectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.lucene.gdata.utils.ReflectionUtils.ReflectionException
All Implemented Interfaces:
Serializable
Enclosing class:
ReflectionUtils

public static class ReflectionUtils.ReflectionException
extends RuntimeException

Exception wrapper for all thrown exception in the ReflectionUtils methods

Author:
Simon Willnauer
See Also:
Serialized Form

Constructor Summary
ReflectionUtils.ReflectionException(String message)
           
ReflectionUtils.ReflectionException(String message, Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

ReflectionUtils.ReflectionException

public ReflectionUtils.ReflectionException(String message,
                                           Throwable cause)
Parameters:
message - - the exception message
cause - - the exception root cause

ReflectionUtils.ReflectionException

public ReflectionUtils.ReflectionException(String message)
Parameters:
message - - the exception message


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.