public class OGCParameterException extends OGCException
The parameter exception of the OGC service.
| Constructor and Description |
|---|
OGCParameterException(boolean isExecuteLog, java.lang.Exception e)
Constructs a new exception based on whether to output the log information and the known exception.
|
OGCParameterException(java.lang.String message, java.lang.String code, java.lang.String format)
Constructs a new exception based on the specified detail message, exception code, and exception format.
|
OGCParameterException(java.lang.String message, java.lang.Throwable e, java.lang.String code, java.lang.String format)
Constructs a new exception based on the specified detail message, reason, exception code, and exception format.
|
getCode, getFormat, getLocator, isExecuteLog, setCode, setFormat, setLocator
public OGCParameterException(boolean isExecuteLog,
java.lang.Exception e)
isExecuteLog - whether to output the log information, true means to output, false means not.e - the existing exception.
public OGCParameterException(java.lang.String message,
java.lang.String code,
java.lang.String format)
message - detailed message.code - the exception codes.format - the format of the exception information.
public OGCParameterException(java.lang.String message,
java.lang.Throwable e,
java.lang.String code,
java.lang.String format)
message - detailed message.e - reason.code - the exception codes.format - the format of the exception information.