Class RtParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.siemens.polarion.rt.parsers.api.exceptions.RtParsingException
- All Implemented Interfaces:
Serializable
The wrapper for the exception that could not be handled by the parser implementation.
- Since:
- 3.17.0
- See Also:
-
Constructor Summary
ConstructorDescriptionRtParsingException
(String message) RtParsingException
(String message, Throwable cause) RtParsingException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RtParsingException
public RtParsingException() -
RtParsingException
-
RtParsingException
-
RtParsingException
-