1.51.2

interbase.interclient
Class URLSyntaxException

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

public final class URLSyntaxException
extends InvalidArgumentException

Denotes an improper database URL syntax.

The error code associated with this exception is ErrorCodes.invalidOperation.

Since:
Extension, since InterClient 1.0
See Also:
Serialized Form

Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, setNextException
 
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
 


1.51.2

Send comments or suggestions to interclient@interbase.com