litebase
Class DriverException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--litebase.DriverException

public class DriverException
extends java.lang.RuntimeException

This exception may be dispatched if any problem, other than a SQL parsing error, occurs. It is an unchecked Exception (can be thrown at any time).

See Also:
Serialized Form

Constructor Summary
DriverException()
           
DriverException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DriverException

public DriverException()

DriverException

public DriverException(java.lang.String s)