public class InvalidExpressionException
extends java.lang.Exception
Exception of wrong string expression.
When the parameter expression that expressed by string is converted to the Filter expression in the WFS implementation of SuperMap iServer, If the string expression is not valid, the exception is thrown.
Constructor and Description |
---|
InvalidExpressionException()
Default constructor.
|
InvalidExpressionException(java.lang.String msg)
Constructs a string expression exception based on the error message.
|
InvalidExpressionException(java.lang.String msg, java.lang.Throwable e)
Constructs a string expression exception based on error information and causes.
|
InvalidExpressionException(java.lang.Throwable e)
Build a string expression exception based on the cause.
|
public InvalidExpressionException()
Default constructor.
public InvalidExpressionException(java.lang.String msg)
Constructs a string expression exception based on the error message.
msg
- Error information.public InvalidExpressionException(java.lang.String msg, java.lang.Throwable e)
Constructs a string expression exception based on error information and causes.
msg
- Error information.e
- reasons.public InvalidExpressionException(java.lang.Throwable e)
Build a string expression exception based on the cause.
e
- reasons.