All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class interbase.interclient.URLSyntaxException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.sql.SQLException
                           |
                           +----interbase.interclient.InvalidArgumentException
                                   |
                                   +----interbase.interclient.URLSyntaxException

public final class URLSyntaxException
extends InvalidArgumentException
InterClient Extension

Denotes an improper database URL syntax.

Note: for InterClient 2.0 this may also indicate a bad server URL syntax as well.


Method Index

 o getURL()
Get the bad URL which caused this exception to be thrown.

Methods

 o getURL
  public String getURL()
Get the bad URL which caused this exception to be thrown.


All Packages  Class Hierarchy  This Package  Previous  Next  Index