genealogy.struct
Class GenealogyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--genealogy.struct.GenealogyException

public class GenealogyException
extends java.lang.Exception

GenealogyException Derived from exception.
Exception type field added.

See Also:
Serialized Form

Field Summary
 int DATABASE_EXCEPTION
           
private  int type
           
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
GenealogyException()
           
GenealogyException(int type, java.lang.String errorMsg)
           
GenealogyException(java.lang.String errorMsg)
           
 
Method Summary
 int getType()
           
 
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
 

Field Detail

DATABASE_EXCEPTION

public final int DATABASE_EXCEPTION

type

private int type
Constructor Detail

GenealogyException

public GenealogyException()

GenealogyException

public GenealogyException(int type,
                          java.lang.String errorMsg)

GenealogyException

public GenealogyException(java.lang.String errorMsg)
Method Detail

getType

public int getType()