Class InconsistencyException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class InconsistencyException

public class netscape.util.InconsistencyException
    extends java.lang.Error
{
    /* Constructors
     */
    public InconsistencyException();
    public InconsistencyException(String);

}
Error signaling that an inconsistent internal state has been discovered. Classes throw this error when something that should be impossible has happened. This error is usually due to incorrect program logic.

Constructors

InconsistencyException

  public InconsistencyException()
Constructs an InconsistencyException with no message.

InconsistencyException

  public InconsistencyException(String s)
Constructs an InconsistencyException with a descriptive message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index