Class JTSTestReflectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.locationtech.jtstest.testrunner.JTSTestReflectionException
- All Implemented Interfaces:
Serializable
An Exception which indicates a problem during reflection
- Version:
- 1.7
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJTSTestReflectionException
(String message) JTSTestReflectionException
(String opName, Object[] args) -
Method Summary
Modifier and TypeMethodDescriptionprivate static String
createMessage
(String opName, Object[] args) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JTSTestReflectionException
-
JTSTestReflectionException
-
-
Method Details
-
createMessage
-