public class org.eclipse.jdt.internal.corext.util.ValidateEditException extends org.eclipse.core.runtime.CoreException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.corext.util.ValidateEditException
  super_class: org.eclipse.core.runtime.CoreException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public void <init>(org.eclipse.core.runtime.IStatus);
    descriptor: (Lorg/eclipse/core/runtime/IStatus;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.corext.util.ValidateEditException this
        start local 1 // org.eclipse.core.runtime.IStatus status
         0: .line 27
            aload 0 /* this */
            aload 1 /* status */
            invokespecial org.eclipse.core.runtime.CoreException.<init>:(Lorg/eclipse/core/runtime/IStatus;)V
         1: .line 28
            return
        end local 1 // org.eclipse.core.runtime.IStatus status
        end local 0 // org.eclipse.jdt.internal.corext.util.ValidateEditException this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/eclipse/jdt/internal/corext/util/ValidateEditException;
            0    2     1  status  Lorg/eclipse/core/runtime/IStatus;
    MethodParameters:
        Name  Flags
      status  
}
SourceFile: "ValidateEditException.java"