public class ClassMismatchException extends SystemException
| Constructor and Description |
|---|
ClassMismatchException(java.lang.Object expected,
java.lang.Object got)
Default constructor.
|
ClassMismatchException(java.lang.Object expected,
java.lang.Object got,
java.lang.Throwable cause)
The message is "Expected: expected.toString but got: got.toString"
|
public ClassMismatchException(java.lang.Object expected,
java.lang.Object got)
expected - the object/model which was expectedgot - the object/model which was given insteadpublic ClassMismatchException(java.lang.Object expected,
java.lang.Object got,
java.lang.Throwable cause)
expected - the object/model which was expectedgot - the object/model which was given insteadcause - the cause of the ExceptionCopyright © 2018 SAP SE. All Rights Reserved.