Uses of Class
com.sun.ejb.codegen.ClassGenerator.ClassDefinitionException
Packages that use ClassGenerator.ClassDefinitionException
-
Uses of ClassGenerator.ClassDefinitionException in com.sun.ejb.codegen
Methods in com.sun.ejb.codegen that throw ClassGenerator.ClassDefinitionExceptionModifier and TypeMethodDescriptionstatic 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