net.vidageek.mirror.exception
Class MirrorException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ReflectionProviderException

public class MirrorException
extends RuntimeException

Exception that usually works as a wrapper for checked exceptions.

Author:
jonasabreu
See Also:
Serialized Form

Constructor Summary
MirrorException(String message)
           
MirrorException(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

MirrorException

public MirrorException(String message)

MirrorException

public MirrorException(String message,
                       Throwable t)


Copyright © 2011 VidaGeek.net. All Rights Reserved.