org.scijava.util
Class ReflectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.scijava.util.ReflectException
All Implemented Interfaces:
Serializable

public class ReflectException
extends Exception

An exception thrown when something goes wrong performing a reflected operation with ReflectedUniverse.

Author:
Curtis Rueden
See Also:
Serialized Form

Constructor Summary
ReflectException()
           
ReflectException(String s)
           
ReflectException(String s, Throwable cause)
           
ReflectException(Throwable cause)
           
 
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

ReflectException

public ReflectException()

ReflectException

public ReflectException(String s)

ReflectException

public ReflectException(String s,
                        Throwable cause)

ReflectException

public ReflectException(Throwable cause)


Copyright © 2009–2014 SciJava. All rights reserved.