Class JTSTestReflectionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class JTSTestReflectionException
    extends java.lang.Exception
    An Exception which indicates a problem during reflection
    Version:
    1.7
    See Also:
    Serialized Form
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static java.lang.String createMessage​(java.lang.String opName, java.lang.Object[] args)  
      • 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
    • Constructor Detail

      • JTSTestReflectionException

        public JTSTestReflectionException​(java.lang.String message)
      • JTSTestReflectionException

        public JTSTestReflectionException​(java.lang.String opName,
                                          java.lang.Object[] args)
    • Method Detail

      • createMessage

        private static java.lang.String createMessage​(java.lang.String opName,
                                                      java.lang.Object[] args)