net.vidageek.mirror.exception
Class ReflectionProviderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.vidageek.mirror.exception.MirrorException
                  extended by 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

Constructor Summary
ReflectionProviderException(String message)
           
ReflectionProviderException(String message, Throwable t)
           
 
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

ReflectionProviderException

public ReflectionProviderException(String message)

ReflectionProviderException

public ReflectionProviderException(String message,
                                   Throwable t)


Copyright © 2011 VidaGeek.net. All Rights Reserved.