org.deegree.sqldialect.filter
Class UnmappableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnmappableException
public UnmappableException(String msg)
- Constructs a new
UnmappableException
with the given detail message.
- Parameters:
msg
- the detail message
Copyright © 2011. All Rights Reserved.