public class JavaSystemException
extends java.lang.Exception
Constructor and Description |
---|
JavaSystemException(java.lang.String msg)
Construct an Exception which passes
msg up the call stack. |
public JavaSystemException(java.lang.String msg)
msg
up the call stack.
This class handles all normal Java language exceptions, as opposed to the
Kinship System's internal ones.msg
- a String describing the exact error found.