org.apache.ibatis.reflection
Class ExceptionUtil

java.lang.Object
  extended by org.apache.ibatis.reflection.ExceptionUtil

public class ExceptionUtil
extends Object


Constructor Summary
ExceptionUtil()
           
 
Method Summary
static Throwable unwrapThrowable(Throwable wrapped)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionUtil

public ExceptionUtil()
Method Detail

unwrapThrowable

public static Throwable unwrapThrowable(Throwable wrapped)


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