public class GeographicErr extends RuntimeException
A class to handle exceptions. It's derived from RuntimeException so it can be caught by the usual catch clauses.
| Constructor and Description |
|---|
GeographicErr(String msg)
Constructor
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GeographicErr(String msg)
msg - a string message, which is accessible in the catch
clause via getMessage().Copyright © 2015. All Rights Reserved.