Class TslParsingException

All Implemented Interfaces:
Serializable

public class TslParsingException extends TslRefreshException
An exception signalling a TSL parsing exception.
See Also:
  • Constructor Details

    • TslParsingException

      public TslParsingException(String message)
      Constructs a new TSL parsing exception with the specified detail message.
      Parameters:
      message - the detail message
    • TslParsingException

      public TslParsingException(String message, Throwable cause)
      Constructs a new TSL parsing exception with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause of this exception