Package loci.common

Class ReflectException

java.lang.Object
java.lang.Throwable
java.lang.Exception
loci.common.ReflectException
All Implemented Interfaces:
java.io.Serializable

public class ReflectException
extends java.lang.Exception
ReflectException is the exception thrown when something goes wrong performing a reflected operation with ReflectedUniverse.
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    ReflectException()  
    ReflectException​(java.lang.String s)  
    ReflectException​(java.lang.String s, java.lang.Throwable cause)  
    ReflectException​(java.lang.Throwable cause)  
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait