Uses of Class
com.sun.ejb.codegen.ClassGenerator.ClassDefinitionException
-
Packages that use ClassGenerator.ClassDefinitionException Package Description com.sun.ejb.codegen -
-
Uses of ClassGenerator.ClassDefinitionException in com.sun.ejb.codegen
Methods in com.sun.ejb.codegen that throw ClassGenerator.ClassDefinitionException Modifier and Type Method Description static Class<?>ClassGenerator. defineClass(ClassLoader loader, String className, byte[] classData)Calls theClassLoader's protected defineClass method to create a new classstatic Class<?>ClassGenerator. defineClass(ClassLoader loader, String className, byte[] classData, int offset, int length)Calls theClassLoader's protected defineClass method to create a new classstatic Class<?>ClassGenerator. defineClass(ClassLoader loader, String className, byte[] classData, int offset, int length, ProtectionDomain protectionDomain)Calls theClassLoader's protected defineClass method to create a new classstatic Class<?>ClassGenerator. defineClass(ClassLoader loader, String className, byte[] classData, ProtectionDomain protectionDomain)Calls theClassLoader's protected defineClass method to create a new class
-