Class java.lang.AbstractMethodException
All Packages    This Package    Previous    Next

Class java.lang.AbstractMethodException

java.lang.Object
   |
   +----java.lang.Exception
           |
           +----java.lang.AbstractMethodException

public class AbstractMethodException
extends Exception
Signals an attempt to call an abstract method
Version:
1.3, 31 Jan 1995

AbstractMethodException()
Constructor.
AbstractMethodException(String)
Constructor with a detail message.

AbstractMethodException
  public AbstractMethodException()
Constructor.

AbstractMethodException

  public AbstractMethodException(String s)
Constructor with a detail message.


All Packages    This Package    Previous    Next