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 classInvalidFieldException.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InvalidFieldException.Builderbuilder()static InvalidFieldException.Builderbuilder(InvalidFieldException invalidFieldException)booleanequals(Object o)StringgetColumn()StringgetErrorMsg()IntegergetRowNumber()StringgetSource()inthashCode()-
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)
-
-