org.apache.lucene.gdata.utils
Class ReflectionUtils.ReflectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ReflectionUtils.ReflectionException
public ReflectionUtils.ReflectionException(String message,
Throwable cause)
- Parameters:
message
- - the exception messagecause
- - 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.