package exceptions
Type Members
-
final
case class
ObjectDefinitionException(msg: String = "", cause: Throwable = None.orNull) extends Exception with Product with Serializable
Exception to indicate, that there is a problem in the definition of an object
Exception to indicate, that there is a problem in the definition of an object
- msg
Error message
- cause
What caused the error