Package org.apache.druid.error
Class InvalidInput
- java.lang.Object
-
- org.apache.druid.error.DruidException.Failure
-
- org.apache.druid.error.BaseFailure
-
- org.apache.druid.error.InvalidInput
-
- Direct Known Subclasses:
InvalidSqlInput
public class InvalidInput extends BaseFailure
A failure type used to makeDruidException
s of categoryDruidException.Category.INVALID_INPUT
for personaDruidException.Persona.USER
.
-
-
Constructor Summary
Constructors Constructor Description InvalidInput(Throwable t, String msg, Object... args)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DruidException
exception(String msg, Object... args)
static DruidException
exception(Throwable t, String msg, Object... args)
-
Methods inherited from class org.apache.druid.error.BaseFailure
makeException
-
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)
-
-