public override void ProcessType(TypeDefinition type)
 {
     if (type.IsJavaException ())
         PreserveJavaException (type);
 }