Class ErrorHandling


  • public final class ErrorHandling
    extends Object
    ErrorHandling configuration abstraction class
    • Field Detail

      • IGNORE_MISSING_BLOBS

        public static final String IGNORE_MISSING_BLOBS
        Controls if references to missing blob resources are treated as errors or not.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ErrorHandling

        public ErrorHandling()
        Creates a default error handling config.
      • ErrorHandling

        public ErrorHandling​(String str)
        Creates a new error handling configuration based on the given string. The individual flags should be separated with "|".
        Parameters:
        str - flags
    • Method Detail

      • ignoreMissingBlobs

        public boolean ignoreMissingBlobs()
        Checks if error handling is set to ignore missing blobs
        Returns:
        true if error handling is set to ignore missing blobs.
      • toString

        public String toString()
        Returns the string representation where the flags are separated with "|".
        Overrides:
        toString in class Object
        Returns:
        the string representation.