package exceptions
Type Members
-
case class
ColumnDoesNotExist(column_name: String) extends Exception with Product with Serializable
Created by IntelliJ IDEA.
Created by IntelliJ IDEA. User: masinoa Date: 12/1/11 Time: 1:25 PM To change this template use File | Settings | File Templates.
-
case class
TableDoesNotExist(table_name: String) extends Exception with Product with Serializable
Created by IntelliJ IDEA.
Created by IntelliJ IDEA. User: masinoa Date: 12/21/11 Time: 12:06 PM To change this template use File | Settings | File Templates.