public class com.sun.tools.internal.xjc.BadCommandLineException extends java.lang.Exception
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.internal.xjc.BadCommandLineException
  super_class: java.lang.Exception
{
  private com.sun.tools.internal.xjc.Options options;
    descriptor: Lcom/sun/tools/internal/xjc/Options;
    flags: (0x0002) ACC_PRIVATE

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 33
            ldc Lcom/sun/tools/internal/xjc/BadCommandLineException;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.sun.tools.internal.xjc.BadCommandLineException.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.internal.xjc.BadCommandLineException this
        start local 1 // java.lang.String msg
         0: .line 37
            aload 0 /* this */
            aload 1 /* msg */
            invokespecial java.lang.Exception.<init>:(Ljava/lang/String;)V
         1: .line 38
            return
        end local 1 // java.lang.String msg
        end local 0 // com.sun.tools.internal.xjc.BadCommandLineException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/internal/xjc/BadCommandLineException;
            0    2     1   msg  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      msg   

  public void <init>(java.lang.String, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.internal.xjc.BadCommandLineException this
        start local 1 // java.lang.String message
        start local 2 // java.lang.Throwable cause
         0: .line 41
            aload 0 /* this */
            aload 1 /* message */
            aload 2 /* cause */
            invokespecial java.lang.Exception.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 42
            return
        end local 2 // java.lang.Throwable cause
        end local 1 // java.lang.String message
        end local 0 // com.sun.tools.internal.xjc.BadCommandLineException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/sun/tools/internal/xjc/BadCommandLineException;
            0    2     1  message  Ljava/lang/String;
            0    2     2    cause  Ljava/lang/Throwable;
    MethodParameters:
         Name  Flags
      message  
      cause    

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.xjc.BadCommandLineException this
         0: .line 45
            aload 0 /* this */
            aconst_null
            invokespecial com.sun.tools.internal.xjc.BadCommandLineException.<init>:(Ljava/lang/String;)V
         1: .line 46
            return
        end local 0 // com.sun.tools.internal.xjc.BadCommandLineException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/internal/xjc/BadCommandLineException;

  public void initOptions(com.sun.tools.internal.xjc.Options);
    descriptor: (Lcom/sun/tools/internal/xjc/Options;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.internal.xjc.BadCommandLineException this
        start local 1 // com.sun.tools.internal.xjc.Options opt
         0: .line 49
            getstatic com.sun.tools.internal.xjc.BadCommandLineException.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.BadCommandLineException.options:Lcom/sun/tools/internal/xjc/Options;
            ifnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 50
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* opt */
            putfield com.sun.tools.internal.xjc.BadCommandLineException.options:Lcom/sun/tools/internal/xjc/Options;
         2: .line 51
            return
        end local 1 // com.sun.tools.internal.xjc.Options opt
        end local 0 // com.sun.tools.internal.xjc.BadCommandLineException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/internal/xjc/BadCommandLineException;
            0    3     1   opt  Lcom/sun/tools/internal/xjc/Options;
    MethodParameters:
      Name  Flags
      opt   

  public com.sun.tools.internal.xjc.Options getOptions();
    descriptor: ()Lcom/sun/tools/internal/xjc/Options;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.xjc.BadCommandLineException this
         0: .line 57
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.BadCommandLineException.options:Lcom/sun/tools/internal/xjc/Options;
            areturn
        end local 0 // com.sun.tools.internal.xjc.BadCommandLineException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/xjc/BadCommandLineException;
    RuntimeInvisibleAnnotations: 
      com.sun.istack.internal.Nullable()
}
SourceFile: "BadCommandLineException.java"