org.apache.ibatis.exceptions
Class ExceptionFactory

java.lang.Object
  extended by org.apache.ibatis.exceptions.ExceptionFactory

public class ExceptionFactory
extends Object


Constructor Summary
ExceptionFactory()
           
 
Method Summary
static RuntimeException wrapException(String message, Exception e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionFactory

public ExceptionFactory()
Method Detail

wrapException

public static RuntimeException wrapException(String message,
                                             Exception e)


Copyright © 2010-2012 MyBatis.org. All Rights Reserved.