edu.pdx.cs399J.family
Class FamilyTreeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.pdx.cs399J.family.FamilyTreeException
All Implemented Interfaces:
Serializable

public class FamilyTreeException
extends RuntimeException

This exception is thrown when something is wrong with a family tree or a data source from which a family tree is read.

See Also:
Serialized Form

Constructor Summary
FamilyTreeException(String message)
          Creates a new FamilyTreeException with the given message.
FamilyTreeException(String message, Throwable nested)
          Creates a new FamilyTreeException that wraps another exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FamilyTreeException

public FamilyTreeException(String message)
Creates a new FamilyTreeException with the given message.


FamilyTreeException

public FamilyTreeException(String message,
                           Throwable nested)
Creates a new FamilyTreeException that wraps another exception.



Copyright © 2000-2009 Portland State University. All Rights Reserved.