org.dozer.classmap
Class AllowedExceptionContainer

java.lang.Object
  extended by org.dozer.classmap.AllowedExceptionContainer

public class AllowedExceptionContainer
extends Object

Internal class used to hold any "allowed exceptions" that may have been specified in the mapping xml. Only intended for internal use.

Author:
garsombke.franz

Constructor Summary
AllowedExceptionContainer()
           
 
Method Summary
 List<Class<RuntimeException>> getExceptions()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AllowedExceptionContainer

public AllowedExceptionContainer()
Method Detail

getExceptions

public List<Class<RuntimeException>> getExceptions()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2011 dozer. All Rights Reserved.