com.tuneology.avm
Class FreeDbException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.tuneology.avm.FreeDbException
All Implemented Interfaces:
java.io.Serializable

public class FreeDbException
extends java.lang.Exception

Exceptions thrown by FreeDb.

Version:
$Id: FreeDbException.java,v 1.3 2003/06/19 17:55:54 xnarf Exp $
Author:
Fran Taylor
See Also:
Serialized Form

Constructor Summary
FreeDbException(int code, java.lang.String msg)
           
 
Method Summary
 int getCode()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FreeDbException

public FreeDbException(int code,
                       java.lang.String msg)
Method Detail

getCode

public int getCode()