Package loci.common

Class ReflectException

  • All Implemented Interfaces:
    Serializable

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

      • ReflectException

        public ReflectException()
      • ReflectException

        public ReflectException​(String s)
      • ReflectException

        public ReflectException​(String s,
                                Throwable cause)
      • ReflectException

        public ReflectException​(Throwable cause)