Class ExtractorSyntaxException

All Implemented Interfaces:
Serializable

public class ExtractorSyntaxException extends SSSOMFormatException
An exception thrown when parsing an invalid “extractor expression”.
See Also:
  • Constructor Details

    • ExtractorSyntaxException

      public ExtractorSyntaxException()
      Creates a new instance with a generic error message.
    • ExtractorSyntaxException

      public ExtractorSyntaxException(String msg)
      Creates a new instance with the specified error message.
      Parameters:
      msg - A message describing the error;
    • ExtractorSyntaxException

      public ExtractorSyntaxException(String msg, Object... args)
      Creates a new instance with a constructed error message.
      Parameters:
      msg - The format string used to construct the error message.
      args - The arguments to use in the format string.