Class InvalidColumnReferenceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.apple.foundationdb.relational.api.exceptions.RelationalException
-
- com.apple.foundationdb.relational.api.exceptions.InvalidColumnReferenceException
-
- All Implemented Interfaces:
java.io.Serializable
@API(EXPERIMENTAL) public class InvalidColumnReferenceException extends RelationalException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description InvalidColumnReferenceException(java.lang.String message)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InvalidColumnReferenceException
getExceptionForInvalidPositionNumber(int position)
-
Methods inherited from class com.apple.foundationdb.relational.api.exceptions.RelationalException
addContext, getContext, getErrorCode, toSqlException, toUncheckedWrappedException, withContext
-
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getExceptionForInvalidPositionNumber
public static InvalidColumnReferenceException getExceptionForInvalidPositionNumber(int position)
-
-