public class TargetNotFoundException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
TargetNotFoundException(java.lang.String type,
java.lang.String member)
Constructs a new target not found exception for the specified method stub.
|
TargetNotFoundException(java.lang.String type,
java.lang.String member,
java.lang.String parent)
Constructs a new target not found exception for the specified method stub.
|
public TargetNotFoundException(java.lang.String type,
java.lang.String member)
type - the type of element being sought (class, method, etc.)member - the stub's name (and descriptor possibly)public TargetNotFoundException(java.lang.String type,
java.lang.String member,
java.lang.String parent)
type - the type of element being sought (class, method, etc.)member - the stub's name (and descriptor possibly)parent - the parent of the member