Package org.apache.druid.error
Class InvalidSqlInput
- java.lang.Object
-
- org.apache.druid.error.DruidException.Failure
-
- org.apache.druid.error.BaseFailure
-
- org.apache.druid.error.InvalidInput
-
- org.apache.druid.error.InvalidSqlInput
-
public class InvalidSqlInput extends InvalidInput
-
-
Constructor Summary
Constructors Constructor Description InvalidSqlInput(Throwable t, String msg, Object... args)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DruidExceptionexception(String msg, Object... args)static DruidExceptionexception(Throwable t, String msg, Object... args)DruidExceptionmakeException(DruidException.DruidExceptionBuilder bob)-
Methods inherited from class org.apache.druid.error.DruidException.Failure
getErrorCode
-
-
-
-
Method Detail
-
exception
public static DruidException exception(String msg, Object... args)
-
exception
public static DruidException exception(Throwable t, String msg, Object... args)
-
makeException
public DruidException makeException(DruidException.DruidExceptionBuilder bob)
- Overrides:
makeExceptionin classBaseFailure
-
-