org.hsqldb.util
Class SqlToolError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.hsqldb.util.SqlToolError
All Implemented Interfaces:
Serializable

public class SqlToolError
extends Exception

See Also:
Serialized Form

Constructor Summary
SqlToolError(Exception e)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SqlToolError

public SqlToolError(Exception e)


Copyright © 2001 - 2004 HSQL Development Group. All Rights Reserved.