All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cryptix.pgp.FormatException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.io.IOException
                           |
                           +----cryptix.pgp.FormatException

public class FormatException
extends IOException
This exception is thrown when data has an invalid format.

Copyright © 1995-1997 Systemics Ltd on behalf of the Cryptix Development Team.
All rights reserved.

$Revision: 1.1.1.1 $


Constructor Index

 o FormatException()
 o FormatException(String)

Constructors

 o FormatException
 public FormatException()
 o FormatException
 public FormatException(String reason)

All Packages  Class Hierarchy  This Package  Previous  Next  Index