org.sql.generation.api.vendor
Class UnsupportedElementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.sql.generation.api.vendor.UnsupportedElementException
- All Implemented Interfaces:
- Serializable
public class UnsupportedElementException
- extends RuntimeException
This exception will typically be thrown by
SQLVendor.toString(org.sql.generation.api.grammar.common.SQLStatement) method when the vendor encounters a
SQL syntax element that the vendor doesn't understand.
- Author:
- Stanislav Muhametsin
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsupportedElementException
public UnsupportedElementException(String msg)
UnsupportedElementException
public UnsupportedElementException(String msg,
Object element)
getElement
public Object getElement()
Copyright © 2010-2012. All Rights Reserved.