public class GisgraphyException extends RuntimeException
| Constructor and Description |
|---|
GisgraphyException()
Default constructor
|
GisgraphyException(String message) |
GisgraphyException(String message,
Throwable cause) |
GisgraphyException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GisgraphyException()
public GisgraphyException(String message, Throwable cause)
message - The messagecause - The causepublic GisgraphyException(String message)
message - The messagepublic GisgraphyException(Throwable cause)
cause - The causeCopyright © 2015. All rights reserved.