All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class interbase.interclient.EscapeSyntaxException

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

public final class EscapeSyntaxException
extends InvalidArgumentException
InterClient Extension

Denotes improper CLI escape syntax.


Method Index

 o getEscapeClause()
Get the bad escape clause which caused this exception to be thrown.

Methods

 o getEscapeClause
  public String getEscapeClause()
Get the bad escape clause which caused this exception to be thrown.


All Packages  Class Hierarchy  This Package  Previous  Next  Index