public class WMSException extends Exception
| Constructor and Description |
|---|
WMSException() |
WMSException(String message)
Crea WMSException.
|
WMSException(String message,
Throwable cause)
Crea WMSException.
|
WMSException(Throwable cause)
Crea WMSException.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getWMSMessage() |
void |
setWMSMessage(String mes) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WMSException()
public WMSException(String message)
message - public WMSException(String message, Throwable cause)
message - cause - public WMSException(Throwable cause)
cause -