Class JCoRecXMLParserException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.sap.core.jco.rec.JCoRecException
de.hybris.platform.sap.core.jco.rec.version000.JCoRecXMLParserException
All Implemented Interfaces:
Serializable

public class JCoRecXMLParserException extends JCoRecException
Exception for the JCoRecorder XML parser.
See Also:
  • Constructor Details

    • JCoRecXMLParserException

      public JCoRecXMLParserException()
      Calls super().
    • JCoRecXMLParserException

      public JCoRecXMLParserException(String message, Throwable cause)
      Calls super(message cause).
      Parameters:
      message - the message of the exception.
      cause - the cause of the exception.
    • JCoRecXMLParserException

      public JCoRecXMLParserException(String message)
      Calls super(message).
      Parameters:
      message - the message of the exception.
    • JCoRecXMLParserException

      public JCoRecXMLParserException(Throwable cause)
      Calls super(cause).
      Parameters:
      cause - the cause of the exception.