org.deegree.filter
Class FilterEvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.deegree.filter.FilterEvaluationException
- All Implemented Interfaces:
- Serializable
public class FilterEvaluationException
- extends Exception
Indicates that the evaluation of a Filter
expression failed.
- Version:
- $Revision:$, $Date:$
- Author:
- Markus Schneider , last edited by: $Author:$
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FilterEvaluationException
public FilterEvaluationException(String msg)
- Constructs a new
FilterEvaluationException
with the given detail message.
- Parameters:
msg
- the detail message
Copyright © 2011. All Rights Reserved.