org.deegree.filter
Class FilterEvaluationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
FilterEvaluationException(String msg)
          Constructs a new FilterEvaluationException with the given detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FilterEvaluationException

public FilterEvaluationException(String msg)
Constructs a new FilterEvaluationException with the given detail message.

Parameters:
msg - the detail message


Copyright © 2011. All Rights Reserved.