net.vidageek.mirror.exception
Class ReflectionProviderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.vidageek.mirror.exception.MirrorException
net.vidageek.mirror.exception.ReflectionProviderException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- MethodNonInterceptedException
public class ReflectionProviderException
- extends MirrorException
Exception that usually works as a wrapper for checked exceptions. It is just
thrown by reflection providers.
- Author:
- jonasabreu
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ReflectionProviderException
public ReflectionProviderException(String message)
ReflectionProviderException
public ReflectionProviderException(String message,
Throwable t)
Copyright © 2011 VidaGeek.net. All Rights Reserved.