summaryrefslogtreecommitdiff
path: root/src/dbc/scala/dbc/exception/UnsupportedFeature.scala
blob: 7540d9d6683786054570f9c91c70f21d46284394 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*                     __                                               *\
**     ________ ___   / /  ___     Scala API                            **
**    / __/ __// _ | / /  / _ |    (c) 2003-2009, LAMP/EPFL             **
**  __\ \/ /__/ __ |/ /__/ __ |                                         **
** /____/\___/_/ |_/____/_/ | |                                         **
**                          |/                                          **
\*                                                                      */

// $Id$


package scala.dbc.exception;


/** A type category for all SQL types that store constant-precision numbers. */
case class UnsupportedFeature (msg: String) extends Exception;