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
Exception for the JCoRecorder XML parser.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCallssuper().JCoRecXMLParserException(String message) Callssuper(message).JCoRecXMLParserException(String message, Throwable cause) Callssuper(message cause).Callssuper(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
-
JCoRecXMLParserException
public JCoRecXMLParserException()Callssuper(). -
JCoRecXMLParserException
Callssuper(message cause).- Parameters:
message- the message of the exception.cause- the cause of the exception.
-
JCoRecXMLParserException
Callssuper(message).- Parameters:
message- the message of the exception.
-
JCoRecXMLParserException
Callssuper(cause).- Parameters:
cause- the cause of the exception.
-