Uses of Class
net.snowflake.ingest.utils.SFException
-
Packages that use SFException Package Description net.snowflake.ingest.streaming net.snowflake.ingest.utils -
-
Uses of SFException in net.snowflake.ingest.streaming
Methods in net.snowflake.ingest.streaming that return SFException Modifier and Type Method Description SFExceptionInsertValidationResponse.InsertError. getException()Get the exceptionMethods in net.snowflake.ingest.streaming with parameters of type SFException Modifier and Type Method Description voidInsertValidationResponse.InsertError. setException(SFException exception)Set the insert exception -
Uses of SFException in net.snowflake.ingest.utils
Methods in net.snowflake.ingest.utils that throw SFException Modifier and Type Method Description static voidUtils. assertNotNull(String name, Object value)Assert when the value is nullstatic voidUtils. assertStringNotNullOrEmpty(String name, String value)Assert when the String is null or Empty
-