com.mysql.management.util
Class Exceptions.SQLBlock

java.lang.Object
  extended by com.mysql.management.util.Exceptions
      extended by com.mysql.management.util.Exceptions.SQLBlock
Enclosing class:
Exceptions

public abstract static class Exceptions.SQLBlock
extends Exceptions


Nested Class Summary
 
Nested classes/interfaces inherited from class com.mysql.management.util.Exceptions
Exceptions.Block, Exceptions.SQLBlock, Exceptions.StringBlock, Exceptions.VoidBlock
 
Constructor Summary
Exceptions.SQLBlock(java.io.PrintStream log)
           
 
Method Summary
 java.lang.Object exec()
           
protected abstract  java.lang.Object inner()
           
 
Methods inherited from class com.mysql.management.util.Exceptions
log, toRuntime, toSQLException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Exceptions.SQLBlock

public Exceptions.SQLBlock(java.io.PrintStream log)
Method Detail

inner

protected abstract java.lang.Object inner()
                                   throws java.lang.Exception
Throws:
java.lang.Exception

exec

public java.lang.Object exec()
                      throws java.sql.SQLException
Throws:
java.sql.SQLException


Copyright © 2004-2011. All Rights Reserved.