ma.glasnost.orika.impl
Class ExceptionUtility

java.lang.Object
  extended by ma.glasnost.orika.impl.ExceptionUtility

public class ExceptionUtility
extends Object

Author:
matt.deboer@gmail.com

Field Summary
static List<String> corePackages
           
 
Constructor Summary
ExceptionUtility()
           
 
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
 

Field Detail

corePackages

public static List<String> corePackages
Constructor Detail

ExceptionUtility

public ExceptionUtility()
Method Detail

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.