Class ParsingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openhab.core.automation.parser.ParsingException
All Implemented Interfaces:
Serializable

@NonNullByDefault public class ParsingException extends Exception
This class extends the Exception class functionality with functionality serving to accumulate the all exceptions during the parsing process.
Author:
Ana Dimova - Initial contribution
See Also:
  • Constructor Details

    • ParsingException

      public ParsingException(ParsingNestedException e)
      Creates the holder for one exception during the parsing process.
      Parameters:
      e - is an exception during the parsing process.
    • ParsingException

      public ParsingException(List<ParsingNestedException> exceptions)
      Creates a holder for several exceptions during the parsing process.
      Parameters:
      exceptions - is a list with exceptions during the parsing process.
  • Method Details