| Package | Description |
|---|---|
| com.io7m.smfj.processing.api |
Functions and types for processing and filtering meshes.
|
| Modifier and Type | Method and Description |
|---|---|
static SMFProcessingError.Builder |
SMFProcessingError.builder()
Creates a builder for
SMFProcessingError. |
SMFProcessingError.Builder |
SMFProcessingError.Builder.from(SMFErrorType instance)
Fill a builder with attribute values from the provided
com.io7m.smfj.core.SMFErrorType instance. |
SMFProcessingError.Builder |
SMFProcessingError.Builder.from(SMFProcessingErrorType instance)
Fill a builder with attribute values from the provided
com.io7m.smfj.processing.api.SMFProcessingErrorType instance. |
SMFProcessingError.Builder |
SMFProcessingError.Builder.setException(Exception exception)
Initializes the optional value
exception to exception. |
SMFProcessingError.Builder |
SMFProcessingError.Builder.setException(Optional<? extends Exception> exception)
Initializes the optional value
exception to exception. |
SMFProcessingError.Builder |
SMFProcessingError.Builder.setMessage(String message)
Initializes the value for the
message attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com