Class CodingException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class CodingException

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

}
Exception signaling an exceptional condition during an object's encoding or decoding.
See Also:
Encoder

Constructors

CodingException

  public CodingException()
Constructs a CodingException.

CodingException

  public CodingException(String string)
Constructs a CodingException with descriptive message string.

All Packages  Class Hierarchy  This Package  Previous  Next  Index