Uses of Class
org.sadun.util.codegen.ObjectWrapperGeneratorException

Packages that use ObjectWrapperGeneratorException
org.sadun.util.codegen Code-generation related classes. 
 

Uses of ObjectWrapperGeneratorException in org.sadun.util.codegen
 

Methods in org.sadun.util.codegen that throw ObjectWrapperGeneratorException
 java.lang.Class ObjectWrapperGenerator.createClass()
          Return a wrapper class as a Class Object.
 java.lang.Object ObjectWrapperGenerator.wrap(java.lang.Object obj)
          Return an instance of the wrapper object for the given object (when no other implementors are necessary).
 java.lang.Object ObjectWrapperGenerator.wrap(java.lang.Object[] obj)
          Return an instance of the wrapper object for the given object.