com.mysql.management.util
Class Exceptions.VoidBlock

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

public abstract static class Exceptions.VoidBlock
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.VoidBlock()
           
 
Method Summary
 void exec()
           
 void execNotThrowingExceptions(java.io.PrintStream err)
           
protected abstract  void 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.VoidBlock

public Exceptions.VoidBlock()
Method Detail

inner

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

exec

public void exec()

execNotThrowingExceptions

public void execNotThrowingExceptions(java.io.PrintStream err)


Copyright © 2004-2011. All Rights Reserved.