ma.glasnost.orika.impl
Class ExceptionUtility
java.lang.Object
ma.glasnost.orika.impl.ExceptionUtility
public class ExceptionUtility
- extends Object
- Author:
- matt.deboer@gmail.com
|
Method Summary |
static boolean |
originatedByOrika(Throwable t)
Tests whether the passed throwable was originated by orika mapper code. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
corePackages
public static List<String> corePackages
ExceptionUtility
public ExceptionUtility()
originatedByOrika
public static boolean originatedByOrika(Throwable t)
- Tests whether the passed throwable was originated by orika mapper code.
- Parameters:
t -
- Returns:
Copyright © 2013 Glasnost. All Rights Reserved.