Package jspecview.exception
Class JSVException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jspecview.exception.JSVException
- All Implemented Interfaces:
Serializable
JSVException is the base class from which all exceptions in JSpecView
is inherited.
- Author:
- Debbie-Ann Facey, Khari A. Bryan, Prof Robert J. Lancashire
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJSVException
(String message) Constructor that takes a string specifying exception details -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JSVException
Constructor that takes a string specifying exception details- Parameters:
message
- the error message
-