Class
com.mongodb.spark.exceptions
MongoTypeConversionException
Related Doc: package exceptions
class MongoTypeConversionException extends MongoException
A class for exceptions that come when trying to convert Bson Types into Spark DataTypes or vice versa.
Linear Supertypes
Ordering
Alphabetic
By Inheritance
Inherited
MongoTypeConversionException
MongoException
RuntimeException
Exception
Throwable
Serializable
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new MongoTypeConversionException(message: String)
new MongoTypeConversionException(message: String, throwable: Throwable)
Value Members
def addLabel(arg0: String): Unit
final def addSuppressed(arg0: Throwable): Unit
def fillInStackTrace(): Throwable
def getCause(): Throwable
def getCode(): Int
def getErrorLabels(): Set[String]
def getLocalizedMessage(): String
def getMessage(): String
def getStackTrace(): Array[StackTraceElement]
final def getSuppressed(): Array[Throwable]
def hasErrorLabel(arg0: String): Boolean
def initCause(arg0: Throwable): Throwable
def printStackTrace(arg0: PrintWriter): Unit
def printStackTrace(arg0: PrintStream): Unit
def printStackTrace(): Unit
def removeLabel(arg0: String): Unit
def setStackTrace(arg0: Array[StackTraceElement]): Unit
def toString(): String