Package com.streambase.sb
Class SchemaMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.streambase.sb.StreamBaseException
com.streambase.sb.operator.TypecheckException
com.streambase.sb.SchemaMismatchException
- All Implemented Interfaces:
com.streambase.sb.util.LocatedItem
,Serializable
A schema mismatch happened
- See Also:
-
Constructor Summary
ConstructorDescriptionSchemaMismatchException
(com.streambase.sb.util.LocatedItem loc, String msg, Schema exp, Schema act) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.streambase.sb.StreamBaseException
asXmlStringSingle, asXmlStringStrict, asXmlStringStrict, equals, getParams, hashCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Method Details
-
getExpectedSchema
- Returns:
- The expected schema
-
getActualSchema
- Returns:
- The actual schema
-
getShortMessage
- Returns:
- The short message (no schema dump)
-