ps6
Class InvalidDatabaseException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
ps6.InvalidDatabaseException
- All Implemented Interfaces: 
 - Serializable
 
public class InvalidDatabaseException
- extends Exception
 
Checked exception to indicate that there was an error
 in loading the Tiger database.
- See Also:
 - Serialized Form
 
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
serialVersionUID
public static final long serialVersionUID
- See Also:
 - Constant Field Values
 
InvalidDatabaseException
public InvalidDatabaseException()
InvalidDatabaseException
public InvalidDatabaseException(String dbname)
InvalidDatabaseException
public InvalidDatabaseException(String dbname,
                                Throwable cause)