jxl.read.biff
Class PasswordException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jxl.JXLException
                    |
                    +--jxl.read.biff.BiffException
                          |
                          +--jxl.read.biff.PasswordException
All Implemented Interfaces:
java.io.Serializable

public class PasswordException
extends BiffException

A properly typed exception in case consumers of the API specifically wish to handle the case when the workbook is password protected

See Also:
Serialized Form

Inner classes inherited from class jxl.read.biff.BiffException
BiffException.BiffMessage
 
Fields inherited from class jxl.read.biff.BiffException
excelFileNotFound, excelFileTooBig, expectedGlobals, passwordProtected, streamNotFound, unrecognizedBiffVersion, unrecognizedOLEFile
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
PasswordException()
          Constructor
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

PasswordException

public PasswordException()
Constructor