public final class SqlTypeException extends EventstormSqlException
| Modifier and Type | Class and Description |
|---|---|
static class |
SqlTypeException.Type |
| Modifier and Type | Field and Description |
|---|---|
static String |
PARAM_ADAPTEE |
static String |
PARAM_CONTENT |
static String |
PARAM_CONTENT_OBJECT |
| Constructor and Description |
|---|
SqlTypeException(SqlTypeException.Type type,
com.google.common.collect.ImmutableMap<String,Object> params) |
SqlTypeException(SqlTypeException.Type type,
com.google.common.collect.ImmutableMap<String,Object> params,
Exception cause) |
getType, getValuesaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final String PARAM_ADAPTEE
public static final String PARAM_CONTENT
public static final String PARAM_CONTENT_OBJECT
public SqlTypeException(SqlTypeException.Type type, com.google.common.collect.ImmutableMap<String,Object> params, Exception cause)
public SqlTypeException(SqlTypeException.Type type, com.google.common.collect.ImmutableMap<String,Object> params)
Copyright © 2019. All rights reserved.