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

Class java.lang.InternalException

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

public class InternalException
extends Exception
Signals an internal error.
Version:
1.7, 31 Jan 1995

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

InternalException
  public InternalException()
Constructor.

InternalException

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


All Packages    This Package    Previous    Next