org.deegree.sqldialect.filter
Class UnmappableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.deegree.sqldialect.filter.UnmappableException
All Implemented Interfaces:
Serializable

public class UnmappableException
extends Exception

Indicates that (a part of) a Filter expression cannot be mapped to an equivalent SQLExpression.

Version:
$Revision: 24519 $, $Date: 2010-05-20 20:35:27 +0200 (Do, 20. Mai 2010) $
Author:
Markus Schneider , last edited by: $Author: mschneider $
See Also:
Serialized Form

Constructor Summary
UnmappableException(String msg)
          Constructs a new UnmappableException 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

UnmappableException

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

Parameters:
msg - the detail message


Copyright © 2011. All Rights Reserved.