Class AbstractSchemaColumnsProcessor.RecordMappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.ignite.migrationtools.persistence.mappers.AbstractSchemaColumnsProcessor.RecordMappingException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AbstractSchemaColumnsProcessor
RecordMappingException.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateUnexpectedRecordTypeError(Class<?> expected, Class<?> found) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RecordMappingException
-
-
Method Details
-
createUnexpectedRecordTypeError
public static AbstractSchemaColumnsProcessor.RecordMappingException createUnexpectedRecordTypeError(Class<?> expected, Class<?> found)
-