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:
java.io.Serializable
public class JCoRecXMLParserException extends JCoRecException
Exception for the JCoRecorder XML parser.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JCoRecXMLParserException()Callssuper().JCoRecXMLParserException(java.lang.String message)Callssuper(message).JCoRecXMLParserException(java.lang.String message, java.lang.Throwable cause)Callssuper(message cause).JCoRecXMLParserException(java.lang.Throwable cause)Callssuper(cause).
-
-
-
Constructor Detail
-
JCoRecXMLParserException
public JCoRecXMLParserException()
Callssuper().
-
JCoRecXMLParserException
public JCoRecXMLParserException(java.lang.String message, java.lang.Throwable cause)Callssuper(message cause).- Parameters:
message- the message of the exception.cause- the cause of the exception.
-
JCoRecXMLParserException
public JCoRecXMLParserException(java.lang.String message)
Callssuper(message).- Parameters:
message- the message of the exception.
-
JCoRecXMLParserException
public JCoRecXMLParserException(java.lang.Throwable cause)
Callssuper(cause).- Parameters:
cause- the cause of the exception.
-
-