Package edu.pdx.cs410J.family
Class FamilyTreeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.pdx.cs410J.family.FamilyTreeException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorDescriptionFamilyTreeException
(String message) Creates a newFamilyTreeException
with the given message.FamilyTreeException
(String message, Throwable nested) Creates a newFamilyTreeException
that wraps another exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FamilyTreeException
Creates a newFamilyTreeException
with the given message. -
FamilyTreeException
Creates a newFamilyTreeException
that wraps another exception.
-