Class JTSTestReflectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.locationtech.jtstest.testrunner.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
-
-
Constructor Summary
Constructors Constructor Description JTSTestReflectionException(java.lang.String message)
JTSTestReflectionException(java.lang.String opName, java.lang.Object[] args)
-
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)
-