Class RtParsingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.siemens.polarion.rt.parsers.api.exceptions.RtParsingException
All Implemented Interfaces:
Serializable

public class RtParsingException extends Exception
The wrapper for the exception that could not be handled by the parser implementation.
Since:
3.17.0
See Also:
  • Constructor Details

    • RtParsingException

      public RtParsingException()
    • RtParsingException

      public RtParsingException(@NotNull String message, @NotNull Throwable cause)
    • RtParsingException

      public RtParsingException(@NotNull String message)
    • RtParsingException

      public RtParsingException(@NotNull Throwable cause)