in scala/dbc/exception
class IncompatibleSchema

case class IncompatibleSchema(expectedSchema: List[DataType], foundSchema: List[DataType])
extends Exception
with ScalaObject
with CaseClass

A type category for all SQL types that store constant-precision numbers.

Field Summary
  val expectedSchema: List[DataType]
  val foundSchema: List[DataType]

Methods inherited from java/lang/Object-class
clone, eq, equals, finalize, getClass, hashCode, ne, notify, notifyAll, synchronized, wait, wait, wait

Methods inherited from java/lang/Throwable-class
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, throw, toString

Methods inherited from scala/Any-class
!=, ==, asInstanceOf, isInstanceOf, match

Methods inherited from scala/CaseClass-class
caseArity, caseElement, caseName

Methods inherited from scala/ScalaObject-class
getScalaType

Field Detail

expectedSchema

  val expectedSchema: List[DataType]

foundSchema

  val foundSchema: List[DataType]