Package org.apache.druid.frame.write
Class InvalidFieldException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.druid.frame.write.InvalidFieldException
-
- All Implemented Interfaces:
Serializable
public class InvalidFieldException extends RuntimeException
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InvalidFieldException.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InvalidFieldException.Builder
builder()
static InvalidFieldException.Builder
builder(InvalidFieldException invalidFieldException)
boolean
equals(Object o)
String
getColumn()
String
getErrorMsg()
Integer
getRowNumber()
String
getSource()
int
hashCode()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
builder
public static InvalidFieldException.Builder builder()
-
builder
public static InvalidFieldException.Builder builder(InvalidFieldException invalidFieldException)
-
-