public final class com.sun.jndi.cosnaming.ExceptionMapper
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.jndi.cosnaming.ExceptionMapper
  super_class: java.lang.Object
{
  private static final boolean debug;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.jndi.cosnaming.ExceptionMapper this
         0: .line 44
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.jndi.cosnaming.ExceptionMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jndi/cosnaming/ExceptionMapper;

  public static final javax.naming.NamingException mapException(java.lang.Exception, com.sun.jndi.cosnaming.CNCtx, NameComponent[]);
    descriptor: (Ljava/lang/Exception;Lcom/sun/jndi/cosnaming/CNCtx;[LNameComponent;)Ljavax/naming/NamingException;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
         0: .line 48
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tNameComponent cannot be resolved to a type\n\tNotFound cannot be resolved to a type\n\tNotFound cannot be resolved to a type\n\tCannotProceed cannot be resolved to a type\n\tNamingContext cannot be resolved to a type\n\tCannotProceed cannot be resolved to a type\n\tCannotProceed cannot be resolved to a type\n\tNameComponent cannot be resolved to a type\n\tCannotProceed cannot be resolved to a type\n\tCannotProceed cannot be resolved to a type\n\tNameComponent cannot be resolved to a type\n\tNameComponent cannot be resolved to a type\n\tORB cannot be resolved to a type\n\tInvalidName cannot be resolved to a type\n\tAlreadyBound cannot be resolved to a type\n\tNotEmpty cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
           Name  Flags
      e          
      ctx        
      inputName  

  static final javax.naming.NamingException tryFed(NotFound, com.sun.jndi.cosnaming.CNCtx, NameComponent[]);
    descriptor: (LNotFound;Lcom/sun/jndi/cosnaming/CNCtx;[LNameComponent;)Ljavax/naming/NamingException;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
         0: .line 105
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tNotFound cannot be resolved to a type\n\tNameComponent cannot be resolved to a type\n\tNameComponent cannot be resolved to a type\n\tNameComponent cannot be resolved to a type\n\tNameComponent cannot be resolved to a type\n\tNotFoundReason cannot be resolved to a variable\n\tNameComponent cannot be resolved to a type\n\tNameComponent cannot be resolved to a type\n\tNameComponent cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
           Name  Flags
      e          
      ctx        
      inputName  
}
SourceFile: "ExceptionMapper.java"
NestMembers:
  com.sun.jndi.cosnaming.ExceptionMapper$1  com.sun.jndi.cosnaming.ExceptionMapper$2