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.

Constructor Index

 o InvalidMethodRefException()
Constructs a InvalidMethodRefException without a detail message.
 o InvalidMethodRefException(String)
Constructs a InvalidMethodRefException with a detail message.

Constructors

 o InvalidMethodRefException
  public InvalidMethodRefException()
Constructs a InvalidMethodRefException without a detail message. A detail message is a String that describes this particular exception.
 o 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