edu.pdx.cs399J.family
Class FamilyTreeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.