public class ExceptionHandlerSignature
extends java.lang.Object
implements org.json.simple.JSONStreamAware
| Constructor and Description |
|---|
ExceptionHandlerSignature(ClassMethodSignature sig) |
ExceptionHandlerSignature(java.lang.String className,
java.lang.String methodName,
java.lang.String methodDescription) |
| Modifier and Type | Method and Description |
|---|---|
ClassMatcher |
getClassMatcher() |
java.lang.String |
getClassName() |
int |
getExceptionArgumentIndex() |
java.lang.String |
getMethodDescription() |
MethodMatcher |
getMethodMatcher() |
java.lang.String |
getMethodName() |
java.lang.String |
toString() |
void |
writeJSONString(java.io.Writer out) |
public ExceptionHandlerSignature(java.lang.String className,
java.lang.String methodName,
java.lang.String methodDescription)
throws InvalidMethodDescriptor
InvalidMethodDescriptorpublic ExceptionHandlerSignature(ClassMethodSignature sig) throws InvalidMethodDescriptor
InvalidMethodDescriptorpublic int getExceptionArgumentIndex()
public java.lang.String getClassName()
public java.lang.String getMethodName()
public java.lang.String getMethodDescription()
public ClassMatcher getClassMatcher()
public MethodMatcher getMethodMatcher()
public void writeJSONString(java.io.Writer out)
throws java.io.IOException
writeJSONString in interface org.json.simple.JSONStreamAwarejava.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object