Cryptix V3.1

Uses of Class
java.lang.Throwable

Packages that use Throwable
cryptix   
cryptix.provider.cipher   
cryptix.util.checksum   
cryptix.util.test   
java.io   
java.lang   
java.security   
netscape.security   
 

Uses of Throwable in cryptix
 

Subclasses of Throwable in cryptix
 interface CryptixException
          This class is for any unexpected exception in the crypto library.
 

Uses of Throwable in cryptix.provider.cipher
 

Methods in cryptix.provider.cipher that throw Throwable
static void IDEA.self_test()
          Do some basic tests.
 

Uses of Throwable in cryptix.util.checksum
 

Subclasses of Throwable in cryptix.util.checksum
 interface ChecksumException
          A Java class to handle checksum exceptions.
 

Uses of Throwable in cryptix.util.test
 

Subclasses of Throwable in cryptix.util.test
 interface TestException
          This exception is thrown when a test fails.
 

Methods in cryptix.util.test with parameters of type Throwable
protected  void BaseTest.error(Throwable e)
           
 

Uses of Throwable in java.io
 

Subclasses of Throwable in java.io
 interface java.io.IOException
           
 

Uses of Throwable in java.lang
 

Subclasses of Throwable in java.lang
 interface ClassFormatError
           
 interface ClassNotFoundException
           
 interface CloneNotSupportedException
           
 interface Error
           
 interface Exception
           
 interface IllegalAccessException
           
 interface IllegalArgumentException
           
 interface IllegalStateException
           
 interface IndexOutOfBoundsException
           
 interface InstantiationException
           
 interface InterruptedException
           
 interface LinkageError
           
 interface NoSuchFieldException
           
 interface NoSuchMethodException
           
 interface NumberFormatException
           
 interface RuntimeException
           
 interface SecurityException
           
 interface UnsatisfiedLinkError
           
 

Methods in java.lang that return Throwable
 Throwable Throwable.fillInStackTrace()
           
 Throwable ClassNotFoundException.getException()
           
 

Methods in java.lang with parameters of type Throwable
 void Thread.stop(Throwable)
           
 void ThreadGroup.uncaughtException(Thread, Throwable)
           
 

Methods in java.lang that throw Throwable
protected  void Object.finalize()
           
 

Constructors in java.lang with parameters of type Throwable
ClassNotFoundException.ClassNotFoundException(String, Throwable)
           
 

Uses of Throwable in java.security
 

Subclasses of Throwable in java.security
 interface DigestException
           
 interface GeneralSecurityException
          This is the general security exception class, which serves to group all the exception classes of the java.security package that extend from it.
 interface IllegalBlockSizeException
          This exception is thrown when an incorrect block size is processed through a cipher.
 interface InvalidAlgorithmParameterException
           
 interface InvalidKeyException
           
 interface InvalidKeyFormatException
          InvalidKeyFormatException is thrown when a key format is not recognized.
 interface InvalidParameterException
           
 interface InvalidParameterTypeException
          This is the exception for invalid parameter types.
 interface KeyException
           
 interface NoSuchAlgorithmException
           
 interface NoSuchParameterException
          NoSuchParameterException is thrown when a particular parameter is not available in an algorithm parameter set.
 interface NoSuchProviderException
           
 interface ProviderException
           
 interface SignatureException
           
 interface WeakKeyException
          WeakKeyException is thrown when a weak key would have been generated (e.g.
 

Uses of Throwable in netscape.security
 

Subclasses of Throwable in netscape.security
 interface ForbiddenTargetException
          Dummy class.
 


Cryptix V3.1

Copyright (C) 1995-2000 The Cryptix Foundation Ltd. All rights reserved.