Class sysExt.InvalidMethodRefException
All Packages Class Hierarchy This Package Previous Next Index
Class sysExt.InvalidMethodRefException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----sysExt.InvalidMethodRefException
- public class InvalidMethodRefException
- extends Exception
Signals that a particular methodRef could not be generated properly.
-
InvalidMethodRefException()
- Constructs a InvalidMethodRefException without a detail message.
-
InvalidMethodRefException(String)
- Constructs a InvalidMethodRefException with a detail message.
InvalidMethodRefException
public InvalidMethodRefException()
- Constructs a InvalidMethodRefException without a detail message.
A detail message is a String that describes this particular exception.
InvalidMethodRefException
public InvalidMethodRefException(String s)
- Constructs a InvalidMethodRefException with a detail message.
A detail message is a String that describes this particular exception.
- Parameters:
- s - the detail message
All Packages Class Hierarchy This Package Previous Next Index