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 makeDruidExceptions of categoryDruidException.Category.INVALID_INPUTfor 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 DruidExceptionexception(String msg, Object... args)static DruidExceptionexception(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)
-
-